-
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
5755458
commit cfe2a17
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -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" | ||
``` | ||
|
@@ -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) | ||
|
||
|