This container can be installed as BIBBOX APP or standalone.
- after the docker installation follow these instructions
Clone the github repository. If necessary change the ports in the environment file .env
and the volume mounts in docker-compose.yml
.
git clone https://github.com/bibbox/app-varapp
cd app-varapp
docker-compose up -d
The main App can be opened and set up at
http://localhost:8000
Default login admin
/admin
Visit the BIBBOX page and find the App by its name in the Store. Click on the symbol and select Install. Then fill the parameters below and name your app click install again.
- DB_PASSWORD = Database Password
- SECRET_KEY = SECRET KEY
The default values for the standalone installation are:
- DB_PASSWORD = pwd
- SECRET_KEY = changethissecretkeyinproductionenvironments
- ${GEMINI_DB_PATH:-./data/resources/db}:/db
- ${SETTINGS_PATH:-./data/varmed/settings}:/app/varmed/settings
- ./data/init:/var/lib/mysql
- ./data/mysql-data-volume:/var/lib/mysql