Skip to content

Commit

Permalink
upd readme
Browse files Browse the repository at this point in the history
  • Loading branch information
artemsites committed Nov 8, 2024
1 parent cfe2a17 commit 541adbf
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)

Expand Down

0 comments on commit 541adbf

Please sign in to comment.