Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtuBox committed Sep 26, 2019
1 parent 2f70c96 commit 3fc2dd6
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,32 @@

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

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 :
Expand All @@ -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
Expand Down

0 comments on commit 3fc2dd6

Please sign in to comment.