- Point your web browser to
<YOUR_HOST>/installor<YOUR_HOST>/<YOUR_PATH>/install(if you are using a custom URL-path)- Enter the installation password (docker variable
LB_INSTALL_PWD) - Enter the database root user:
root - Enter the database root password (docker variable
MYSQL_ROOT_PASSWORD) - Select
Create the database - Select
Create the database user - Click on the register link, at the bottom of the web page
- Fill the register form for the application administrator
- Click on the button
Register
- Enter the installation password (docker variable
- Point your web browser to
<YOUR_HOST>or<YOUR_HOST>/<YOUR_PATH>if you are using a reverse-proxy - Login with your application administrator profile
- Configure the web application
-
Stop the service
docker-compose down
-
Change the image name inside your
docker-compose.ymlfile -
Restart the service
docker-compose up --detach
-
Upgrade the application database by accessing
<YOUR_HOST>/install/configure.phpor<YOUR_HOST>/<YOUR_PATH>/install/configure.php