-
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
cfe2a17
commit 541adbf
Showing
1 changed file
with
17 additions
and
5 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 |
---|---|---|
|
@@ -34,11 +34,7 @@ DATABASE_URL="mysql://username:[email protected]:3306/dbname?serverVersion=5.7 | |
## Copy Google Table (Sheet) to your drive | ||
https://docs.google.com/spreadsheets/d/19NC3QrrWEvAwljyhzKF9LqCds4gtOvP5OAZUqqd3k-w/edit?usp=sharing | ||
|
||
## Migration tables to your database | ||
``` | ||
php bin/console doctrine:migrations:migrate | ||
``` | ||
It is migrate file migrations/Version[id].php to your database! | ||
|
||
|
||
## Change Key and Domain in Google Table | ||
![alt text](.docs/readme/image.png) | ||
|
@@ -63,9 +59,25 @@ php8.3 $(which ~/.local/bin/composer) update | |
``` | ||
![alt text](.docs/readme/image-6.png) | ||
|
||
|
||
|
||
## If you are doing local development, then you need to create access to remote mysql | ||
![alt text](.docs/readme/image-6.1.jpg) | ||
|
||
|
||
|
||
## Migration tables to your database | ||
``` | ||
php bin/console doctrine:migrations:migrate | ||
``` | ||
Or: | ||
``` | ||
php8.3 bin/console doctrine:migrations:migrate | ||
``` | ||
It is migrate file migrations/Version[id].php to your database! | ||
|
||
|
||
|
||
## Then create first page at google table! | ||
![alt text](.docs/readme/image-7.png) | ||
|
||
|