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 5755458 commit cfe2a17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file added .docs/readme/image-6.1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ git clone ssh://[email protected]:2222/artemsites/cms-tables.git
```
DATABASE_URL="mysql://username:[email protected]:3306/dbname"
```
With mysql version:
Or with mysql version:
```
DATABASE_URL="mysql://username:[email protected]:3306/dbname?serverVersion=5.7.21"
```
Expand Down Expand Up @@ -58,10 +58,14 @@ It is migrate file migrations/Version[id].php to your database!
## Update composer vendors (libs)
For example at shared hosting (beget.com):
```
cd some-site.com
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)

## Then create first page at google table!
![alt text](.docs/readme/image-7.png)

Expand Down

0 comments on commit cfe2a17

Please sign in to comment.