https://github.com/tobybatch/fht
https://github.com/tobybatch/fht
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tobybatch/fht
- Owner: tobybatch
- License: mit
- Created: 2020-07-23T10:46:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-08T15:01:41.000Z (over 4 years ago)
- Last Synced: 2025-01-15T02:38:56.924Z (4 months ago)
- Language: PHP
- Size: 174 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
docker run \
-d \
--rm \
--name bfv_sql \
-p3106:3306 \
-v mysql:/var/lib/mysql \
-e MYSQL_DATABASE=bfv \
-e MYSQL_USER=bfv \
-e MYSQL_PASSWORD=bfv \
-e MYSQL_ROOT_PASSWORD=bfv \
mysql:8./bin/console doctrine:schema:create
./bin/console doctrine:fixtures:load