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 a56c7a3 commit 6ca77d7
Show file tree
Hide file tree
Showing 2 changed files with 210 additions and 79 deletions.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,27 @@ With mysql version:
DATABASE_URL="mysql://username:[email protected]:3306/dbname?serverVersion=5.7.21"
```

## Update vendor libs
```
composer update
```



## 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







## Upload code to your server
One level higher than your public folder for the site!

Expand All @@ -31,7 +52,6 @@ If the root folder on your server is set to public_html:
```
ln -s public public_html
```

---

# Features
Expand Down
Loading

0 comments on commit 6ca77d7

Please sign in to comment.