1
0
Fork 0

added cluster pic

This commit is contained in:
Frank Celler 2014-03-04 13:54:38 +01:00
parent 0bfca1649c
commit cce0f9f99e
2 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,8 @@ Use your favorite web browser and go to
You will now see the cluster management frontend.
![Create Cluster Dialog](cluster-create-dialog.png)
Select `Single Machine` scenario. The next page allows you to enter
the number of coordinators and database servers.

View File

@ -401,6 +401,7 @@ publish-html:
mkdir -p $(OUTPUT_FOLDER)/images
@for w in $(WIKI); do cp Doxygen/website/$$w.html $(OUTPUT_FOLDER); done
@for i in `ls Doxygen/website/images/*.png`; do cp $$i $(OUTPUT_FOLDER)/images/; done
@for i in `ls Doxygen/website/*.png`; do cp $$i $(OUTPUT_FOLDER)/; done
@cp Doxygen/website/arangodb.css $(OUTPUT_FOLDER)
@cp Documentation/Manual/shell_reference_card.pdf $(OUTPUT_FOLDER)