mykino.top: Collect your own library of watched movies and get recommendation from other people
Unfortunately I had to put it down.
Pre-requirements:
Docker & Composer & Git
php 7.2
Install:
cp docker-compose.yml.dist docker-compose.yml
docker-compose up --build
docker-compose exec app composer update
cp .env.dist .env
cp .env.dist .env.test
sed -i 's/postgres\/my_art_lib/postgres\/my_art_lib_test/g' .env.test
docker-compose exec app bin/console doctrine:migr:migr
php bin/console doctrine:fixtures:load --purge-with-truncate
php bin/phpunit
If all tests passed then you'r ready!
To run project again simply type docker-compose up
(without --build
at this time)
More information for developers can be found in project docs.
Web interface for translations (only in dev env) can be found at: http://127.0.0.1:8080/admin/_trans
Feel free to translate messages and commit changes.