Getting started

Getting started

Ultra quick start

1. Prepare your host with docker
2. wget https://cavaliba.com/download/cavaliba/latest.tar.gz
3. tar zxvf latest.tar.gz
4. cd 3.X.Y/
5. cp env.template .env
6. vi .env  # Choose admin password
7. docker compose up
8. Open browser to the configured hostname/port, sign in with configured admin account

You may prefer to read the detailed setup, and go on with the tutorial to explore Cavaliba features and build something.