-
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
1 parent
8fcf54d
commit 6902995
Showing
1 changed file
with
4 additions
and
3 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 |
---|---|---|
|
@@ -28,12 +28,13 @@ DATABASE_URL="mysql://username:[email protected]:3306/dbname?serverVersion=5.7 | |
composer update | ||
``` | ||
|
||
|
||
|
||
## Install Symfony at local pc for development | ||
https://symfony.com/doc/current/setup.html | ||
|
||
|
||
## Create migration Entities to your db | ||
``` | ||
php bin/console doctrine:migrations:migrate | ||
``` | ||
|
||
## Create site files in Google Drive: | ||
1 Create site folder for site files in Google Drive | ||
|