-
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
6ca77d7
commit f34c8f0
Showing
1 changed file
with
11 additions
and
15 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 |
---|---|---|
|
@@ -9,12 +9,12 @@ | |
git clone [email protected]:artemsites/cms-sheets.git | ||
``` | ||
|
||
## Copy and rename | ||
## Copy and rename | ||
``` | ||
.env.example -> .env | ||
``` | ||
|
||
## Set connection MySQL in .env | ||
## Set connection MySQL in .env | ||
``` | ||
DATABASE_URL="mysql://username:[email protected]:3306/dbname" | ||
``` | ||
|
@@ -23,14 +23,14 @@ With mysql version: | |
DATABASE_URL="mysql://username:[email protected]:3306/dbname?serverVersion=5.7.21" | ||
``` | ||
|
||
## Update vendor libs | ||
## Update vendor libs | ||
``` | ||
composer update | ||
``` | ||
|
||
|
||
|
||
## Create site files in Google Drive: | ||
## Create site files in Google Drive: | ||
1 Create site folder for site files in Google Drive | ||
somesite.com | ||
2 Download file "Pages & Menu" | ||
|
@@ -40,30 +40,26 @@ composer update | |
|
||
|
||
|
||
|
||
|
||
|
||
|
||
## Upload code to your server | ||
## Upload code to your server | ||
One level higher than your public folder for the site! | ||
|
||
## Create link to public | ||
## Create link to public | ||
If the root folder on your server is set to public_html: | ||
``` | ||
ln -s public public_html | ||
``` | ||
--- | ||
|
||
# Features | ||
# Features | ||
|
||
## Fill in the content as HTML or MD | ||
## Insert shortcodes like [[youtube id="7c238trc"]] into the content (HTML or MD) | ||
## Fill in the content as HTML or MD | ||
## Insert shortcodes like [[youtube id="7c238trc"]] into the content (HTML or MD) | ||
|
||
-- | ||
--- | ||
|
||
# Configuration | ||
|
||
## Vue the type of interpolation brackets is specified in .env: | ||
## Vue the type of interpolation brackets is specified in .env: | ||
SHORTCODE_START_REGEXP | ||
SHORTCODE_END_REGEXP | ||
> It shouldn't be {{ }} - it's twig | ||
|