From 3fc2dd6c9e3c890ec29314e619555f79403fd847 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Thu, 26 Sep 2019 11:37:05 +0200 Subject: [PATCH] Update README --- README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ece3c82..6c16fe6 100644 --- a/README.md +++ b/README.md @@ -2,25 +2,24 @@ A clean Bootstrap dashboard for WordOps that show server metrics, Nginx current connection, requests and more powered by Netdata. -![wo-dashboard](https://img.virtubox.net/images/2019/08/06/ezgif-2-25972e04a434.gif) +![wo-dashboard](https://img.virtubox.net/images/2019/09/26/b54MuLgiNf.gif) ## Features Demo available on: [demo.wordops.eu](https://demo.wordops.eu) * Real-time server metrics. -* One click access to various tools (Nginx VTS, phpMyAdmin, Adminer, phpRedisAdmin,... that can be installed with `wo stack install` command) -* Beatiful graph and gauge. +* One click access to various tools (Nginx VTS, phpMyAdmin, Adminer, phpRedisAdmin,... that can be installed with `wo stack install` command) +* Beautiful graph and gauge. * Fast and clean. - ## Usage ### Automatic ```bash -$ wo stack install --dashboard -$ wo stack install --netdata +wo stack install --dashboard +wo stack install --netdata ``` ### Manual @@ -28,7 +27,7 @@ $ wo stack install --netdata Download and extract the archive in a directory : ```bash -$ curl -sL https://github.com/WordOps/wordops-dashboard/releases/download/v1.2/wordops-dashboard.tar.gz | tar -xzf - -C /path/you/want +curl -sL https://github.com/WordOps/wordops-dashboard/releases/download/v1.2/wordops-dashboard.tar.gz | tar -xzf - -C /path/you/want ``` Replace in the following line `/netdata/` with the full and public address of your netdata instance : @@ -52,10 +51,10 @@ sed -i 's/eth0/ens18/' /var/www/22222/htdocs/index.php The dashboard contains minified CSS, JS files that generated by Gulp build process. It's required to install Nodejs, Gulp and require package to build your own new CSS, JS files. ```bash -$ npm install # for the first time -$ gulp # or -$ gulp css # or -$ gulp js +npm install # for the first time +gulp # or +gulp css # or +gulp js ``` ## Credits