Skip to content

webandco/htl-workshop

Repository files navigation

htl-workshop

Setup and run the project locally

Setup environment

Create a file .env.local and fill in the environment variables with your values.

APP_SECRET=...
ALANCAPTCHA_API_KEY=...

Install dependencies and run app

mkdir -p public/uploads/catPictures
chmod -R 775 public/uploads
sudo chown -R $USER:www-data public/uploads

composer install --ignore-platform-reqs
docker compose -f compose.development.yaml up
docker exec -it htl_workshop_dev_web bash
php bin/console doctrine:database:create
php bin/console doctrine:migrations:migrate

About

HTL Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors