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:

cd Panora && cp .env.example .env 
3

Start Panora:

docker compose 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? Generate API keys and start building

Troubleshooting

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

Need help? Come chat on Discord!