- A Symfony web site
- A Telegram bot
git clone
this repositorycd
to repocomposer install
yarn
yarn dev
docker-compose up -d
- or setup a PostgreSQL database "by hand" ;)symfony console doctrine:schem:create
- only for a NEW setup! (see below ⬇ )symfony console doctrine:fixtures:load
- only for a NEW setup! (see below ⬇ )symfony server:start -d
symfony open:local
NOTE: If you deploy the site with a database dump, omit the steps 7
and 8
and import the database to docker or other database:
- 7
docker cp </path/to/dump/in/host> <container_name>:<path_to_volume>
e.g.:docker cp backups/dump.sql website-bot_database_1:/dump.sql
- 8
docker exec -it <container_name> psql -U <database_owner> -d <database_name> -f <path_to_dump>
e.g.:docker exec -it website-bot_database_1 psql -U main -d main -f /dump.sql
- Ingress badges: https://ingress.plus/
- Ingress Logos: http://cr0ybot.github.io/ingress-logos/
Devs: dev.md
Disclaimer Of course this is not affiliated or related in any way with Ingress, Niantic, Google or the Bundesnachrichtendienst ;=)