2019-01-26 16:47:51 +01:00
|
|
|
#administration
|
2018-09-12 22:58:51 +02:00
|
|
|
|
2019-01-26 16:47:51 +01:00
|
|
|
In this folder you will find all necessary scripts to run and configure the application.
|
2018-09-12 22:58:51 +02:00
|
|
|
|
2019-01-26 16:47:51 +01:00
|
|
|
## requirements
|
2018-09-12 22:58:51 +02:00
|
|
|
|
2019-01-26 16:47:51 +01:00
|
|
|
This scripts are optimized for Ubuntu, but may they will run on MAC OS.
|
2018-09-12 22:58:51 +02:00
|
|
|
|
2019-01-26 16:47:51 +01:00
|
|
|
Tested on a Ubuntu 18.04.1 LTS machine.
|
2018-09-12 22:58:51 +02:00
|
|
|
|
2019-01-26 16:47:51 +01:00
|
|
|
## initialization
|
2018-09-12 22:58:51 +02:00
|
|
|
|
|
|
|
To initialize the docker environment, please execute in the root:
|
|
|
|
|
|
|
|
```
|
|
|
|
bash administration/init.sh
|
|
|
|
```
|
|
|
|
|
|
|
|
Afterwards you can access the service via http://127.0.0.1:80.
|