To install the project run the command make install.
If you are not able to run make commands run the following commands manually:
docker-compose up
docker-compose exec bas_php sh -c "COMPOSER_MEMORY_LIMIT=512M composer install"
docker-compose exec bas_php sh -c "bin/console dev:fixtures"
make install will run these commands under the hood.
4 users are added to the database to test with
| User | Password |
|---|---|
| john@example.com | ds324=cxvfsd |
| janice@example.com | fdsg-dvfd12 |
| michael@example.com | h-vdsfr2-w1 |
| miranda@example.com | fbnf=-cv123xcv# |
By default there are 3 messages present
| Receiver | Key |
|---|---|
| Miranda | 0c3cdf3589c3733c6a0adbb059941c8f88519dba98578958d36337c853fa878b |
| Michael | 6dd3bb66cdcc687fd95660f3150352c7c76d73fa4af3b8200eb6dc6c0ea6e31e |
| John | fe5bf8c105d08c452614a647937aac0c15e45de9d0a525df5a59dddf0ed9f5bc |
To reset the database run the command make fixtures (third command from the install).