Skip to content

Commit 26eca48

Browse files
committed
Update readme
1 parent 4f435f5 commit 26eca48

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

README.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,30 @@ simple support to render performance data.
66

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

9-
## Install
9+
## Install (Ubuntu 18.04)
1010
````
11-
apt-get install php-mysql php-ldap
12-
php5enmod ldap
13-
service apache2 restart
11+
apt-get install git php-cli php-zip php-mysql php-ldap php-json composer
12+
13+
cd /usr/share/
14+
git clone https://github.com/statusengine/interface.git statusengine-ui
15+
cd /usr/share/statusengine-ui
16+
chmod +x bin/*
1417
composer install
1518
````
1619

20+
## Config
21+
````
22+
cp /usr/share/statusengine-ui/etc/config.yml.example /usr/share/statusengine-ui/etc/config.yml
23+
````
24+
25+
#### Environment variables
26+
27+
Statusengine UI could also read the configuration
28+
out of environment variables.
29+
This can be handy if you want to run Statusengine Ui inside of Docker.
30+
See the [list of environment variables](docs/Env.md) for more information.
31+
32+
1733
## Web server
1834
Point the document root of your web server to the `public` folder
1935

0 commit comments

Comments
 (0)