- build the docker containers:
docker-compose build
- start the docker containers:
docker-compose up -d
- run migrations:
docker exec php php bin/console doctrine:migrations:migrate --no-interaction
- load fixtures:
docker exec php php bin/console hautelook:fixtures:load --no-interaction
- navigate to
localhost:8080
to see the home page - run tests
docker exec php php bin/phpunit
- login with admin user
[email protected]
and pass123456
-
Notifications
You must be signed in to change notification settings - Fork 0
man0l/time-tracker-task
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published