2
Docker
j edited this page 2024-01-08 11:06:13 +00:00
Pan.do/ra can be installed via docker (needs more feedback and testing)
to start:
mkdir /srv/projectname
cd /srv/projectname
docker run --rm code.0x2620.org/0x2620/pandora:latest setup | sh
This will create .env
and docker-compose.yml
files, edit those and start pandora with:
docker compose up