Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
artemsites committed Jun 1, 2024
1 parent ddc04cc commit 0333666
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ composer update
php8.3 $(which ~/.local/bin/composer) update
```



## Create migration Entities (src/Entity) to your db (with mysql connect)
```
php bin/console make:migration
Expand All @@ -51,19 +53,24 @@ php8.3 bin/console doctrine:migrations:migrate
```



## Create site files in Google Drive:
1 Create site folder for site files in Google Drive
somesite.com
2 Download file "Pages & Menu"
https://docs.google.com/spreadsheets/d/17Z1l-7S-VNsdHu3RWHbEIOrtjSi37D-1aOKoK_moX7g
3 Create in Google Drive:
somesite.com/Pages & Menu
4 Add key to:
1 Расширения -> Apps Script -> config.gs (and domain)
2 .env -> APP_GOOGLE_APP_SCRIPTS_TOKEN


## Install Symfony at local pc for development
https://symfony.com/doc/current/setup.html

---



# Features

## Fill in the content as HTML or MD
Expand Down

0 comments on commit 0333666

Please sign in to comment.