-
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
a56c7a3
commit 6ca77d7
Showing
2 changed files
with
210 additions
and
79 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -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! | ||
|
||
|
@@ -31,7 +52,6 @@ If the root folder on your server is set to public_html: | |
``` | ||
ln -s public public_html | ||
``` | ||
|
||
--- | ||
|
||
# Features | ||
|
Oops, something went wrong.