File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed
Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,30 @@ simple support to render performance data.
66
77Visit 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/*
1417composer 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
1834Point the document root of your web server to the ` public ` folder
1935
You can’t perform that action at this time.
0 commit comments