Skip to content

CatFishTeam/Wooly

Repository files navigation

Known Vulnerabilities

Installation

  • Clone the project
  • Create folder "translations"
  • In folder "docker", copy paste .env.dist in .env (cp .env.dist .env)
  • Run (cd docker && docker-compose up --build -d) (You need to have Docker running)
  • Run composer install && npm install && npm run dev

Add database

  • Run docker exec -ti docker_php_1 bash
  • Inside the container run : php bin/console doctrine:migrations:migrate
  • To load fixtures : php bin/console doctrine:fixtures:load --append

Connect as admin

  • If you've runned the fixtures you can login with admin:admin and access /admin
  • If this is not the case and you just want to use your user : you can run from the container : fos:user:promote <your_pseudo> ROLE_ADMIN

About

This is the main site repository

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors