⚠️ WORK IN PROGRESS
Portfolio Arrangement: Nest of Digitalized Assets
NOTE: The installation assumes that you have Docker and Docker Compose installed on your machine.
make installClone the repo:
git clone git@github.com:coldic3/panda.git
Download the latest version of Docker images:
docker compose pull --include-deps
Build Docker images:
docker compose build --no-cache
Start the containers:
docker compose up -d
Generate the public and private keys used for signing JWT tokens:
docker compose exec php sh -c ' set -e apk add openssl php bin/console lexik:jwt:generate-keypair setfacl -R -m u:www-data:rX -m u:"$(whoami)":rwX config/jwt setfacl -dR -m u:www-data:rX -m u:"$(whoami)":rwX config/jwt'