---
title: Getting started
description: Initial instructions to get started quickly
weight: 10

---


## Ultra quick start

```bash
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.


## Next?

* Review the *Detailled setup* for additional instructions
* Read the *Useful commands* page if new to Cavaliba
* Load some *Demo Data* to quickly see Cavaliba in action
* Jump to the *Tutorial* to learn how to build Data Models and more.
* Further sections are available for advanced configuration and reference




