- Point your web browser to
<YOUR_HOST>/install
or<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
LB_DB_USER_PWD
) - 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.yml
file - Restart the service
docker-compose up --detach
- Upgrade the application database by accessing
<YOUR_HOST>/install/configure.php
or<YOUR_HOST>/<YOUR_PATH>/install/configure.php
- Stop the service
docker-compose down
- Change the image name inside your
docker-compose.yml
file - Restart the service
docker-compose up --detach
- If you didn't customize the
/var/www/html
directory, you can delete the /config/archive folder at your conveniencedocker exec librebooking bash -c 'rm -rf /config/archive'