-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
# Install steps | ||
|
||
## Other | ||
Small MVP freelance project which I continued to improve during my learning of Symfony framework. | ||
|
||
+ Start crontab job to send emails `0 14 * * * docker exec php bin/console email:send-reminders`. Without `-ti` | ||
+ если на маке докер база не запускается то надо выключить галочку gRPS FUSE в настройках докера | ||
It's a manager interface for insurance company. | ||
Here you can: | ||
* login/register | ||
* restore your password | ||
* CRUD clients | ||
* CRUD insurances for clients | ||
* CRUD attachments for clients and insurances | ||
|
||
# Install steps | ||
Just run `docker-compose up`. Project will be available on address `http://localhost:8080` | ||
|
||
tip: drop2Let | ||
insurance interface project | ||
## Other | ||
* Start crontab job to send emails `0 14 * * * docker exec php bin/console email:send-reminders`. Without `-ti` | ||
* If database doesn't start on Mac, you need disable `gRPS FUSE` in docker settings. |