mirror of https://gitee.com/bigwinds/arangodb
added cluster pic
This commit is contained in:
parent
0bfca1649c
commit
cce0f9f99e
|
@ -75,6 +75,8 @@ Use your favorite web browser and go to
|
|||
|
||||
You will now see the cluster management frontend.
|
||||
|
||||

|
||||
|
||||
Select `Single Machine` scenario. The next page allows you to enter
|
||||
the number of coordinators and database servers.
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue