From 2df1a6a8f28c545b14ad255494aebf19192fb8a1 Mon Sep 17 00:00:00 2001 From: Tlams Date: Tue, 1 May 2018 12:41:19 +0100 Subject: [PATCH] update conf --- README.md | 7 +++++++ doc/md/05-first_start.md | 2 +- doc/md/08-usages.md | 10 +--------- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e6a37f6..05c1298 100644 --- a/README.md +++ b/README.md @@ -53,3 +53,10 @@ You shouldn't use in production mode or... use at your risks ! +# Screenshots + + +![alt text](https://github.com/ThomasGsp/HyperProxmox/blob/master/doc/screenshots/h-nodes.jpg) +![alt text](https://github.com/ThomasGsp/HyperProxmox/blob/master/doc/screenshots/h-vms.jpg) +![alt text](https://github.com/ThomasGsp/HyperProxmox/blob/master/doc/screenshots/h-sto.jpg) + diff --git a/doc/md/05-first_start.md b/doc/md/05-first_start.md index 6cf00be..4941136 100644 --- a/doc/md/05-first_start.md +++ b/doc/md/05-first_start.md @@ -30,4 +30,4 @@ If you loose it, you must delete the keys and delete the different entries in th Currently there are not system to provide a full reset function. Use MongoDB shell to do it. -[Setup - Config](04-configs.md) <-- Previous | Next --> [Usage - Logs](05-first_start.md) +[Setup - Config](04-configs.md) <-- Previous | Next --> [Usage - Logs](06-logs.md) diff --git a/doc/md/08-usages.md b/doc/md/08-usages.md index a1f44b3..fdcb767 100644 --- a/doc/md/08-usages.md +++ b/doc/md/08-usages.md @@ -1,8 +1,6 @@ # Usages -## API - -Insert your first cluster (from host) +##  New cluster ``` bash # Minimum: curl -H -XPOST -d '{ @@ -45,10 +43,4 @@ curl -H -XPOST -d '{ * "groups" : Symbolics groups for this node (list) * "weight": Weight for the cluster auto-selection (int) [VALUE NOT EMPTY REQUIRED] - -![alt text](https://github.com/ThomasGsp/HyperProxmox/blob/master/doc/screenshots/h-nodes.jpg) -![alt text](https://github.com/ThomasGsp/HyperProxmox/blob/master/doc/screenshots/h-vms.jpg) -![alt text](https://github.com/ThomasGsp/HyperProxmox/blob/master/doc/screenshots/h-sto.jpg) - - [Usage - api](07-api.md) <-- Previous \ No newline at end of file