Prerequisite: You should have Git and Docker installed
1

Open a terminal and type this to download Panora:

git clone https://github.com/panoratech/Panora.git
2

Prepare the installation:

Check here to fill the right env variables !
cd Panora && cp .env.example .env 
3

Start Panora:

docker compose -f docker-compose.source.yml up -d
4

Check Panora is Running

Use the following command to check progress. Look at services “Panora-api” and “Panora-webapp” and check in column STATUS both are “UP”

docker ps

After a few minutes Panora’s dashboard will be available at http://localhost:80. The backend runs on http://localhost:3000

Congrats, Panora is now ready 🍾🔥

5

Next? Get started with our quickstart !

Visit our guide here for more details.

Troubleshooting

Here’s how to solve some common problems when working with the CLI.

Need help? Come chat on Discord!