Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nook24 committed May 30, 2019
1 parent 4f435f5 commit 26eca48
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,30 @@ simple support to render performance data.

Visit the [documentation](https://statusengine.org/) for more information about Statusengine UI

## Install
## Install (Ubuntu 18.04)
````
apt-get install php-mysql php-ldap
php5enmod ldap
service apache2 restart
apt-get install git php-cli php-zip php-mysql php-ldap php-json composer
cd /usr/share/
git clone https://github.com/statusengine/interface.git statusengine-ui
cd /usr/share/statusengine-ui
chmod +x bin/*
composer install
````

## Config
````
cp /usr/share/statusengine-ui/etc/config.yml.example /usr/share/statusengine-ui/etc/config.yml
````

#### Environment variables

Statusengine UI could also read the configuration
out of environment variables.
This can be handy if you want to run Statusengine Ui inside of Docker.
See the [list of environment variables](docs/Env.md) for more information.


## Web server
Point the document root of your web server to the `public` folder

Expand Down

0 comments on commit 26eca48

Please sign in to comment.