-
Notifications
You must be signed in to change notification settings - Fork 9
Installation guide
Last vers is downlable here : https://github.com/Thomasfds/intersect-cms-unleashed/releases/tag/2.2
Download only installation.zip file.
- Upload on your web hosting or on your local server the installation.zip file.
- Extract installation.zip
- Open .env.local.php
- At the line DATABASE_URL replace with your data example :
mysql://database_username:[email protected]:3306/database_name?serverVersion=your_mysql_version
- Save your changes
- Open PhpMyAdmin or your mysql provider
- Select your database
- Click on import, select the installation.sql file and valid
- If step 8 is a success, without any errors go to your website url and all works !
- Go to cms_settings
- Double click on default value column at api_password line
- Enter here account password with api grant in SHA256. You can use this tool
- Double click on default value column at api_server line and replace http://yourserver:yourport by your data.
- Double click on default value column at api_username line
- Enter your username of account with api grant
- Your CMS is ready.
To access the administration area follow these instructions :
- Open PhpMyAdmin or your mysql provider
- Select cms_user
- At your account line, double click on column roles and replace
[]
by["ROLE_ADMIN"]
- The site normally disconnected you. Reconnect and you will be able to access the administration area
Intersect CMS allows you to customize the look of your site quite easily, such as images or if you are familiar with html / css colors etc.
Everything happens in the assets folder. I will explain all the files below :
For the store, you need to create a folder named items.
It is in this folder that you should put the images of your items, be careful, the API retrieves the data in the database, the image names must be in lowercase and without special characters.
It is in this folder that all the highlighting images of your articles will be automatically sent.
This is where you manage two images, the favicon which allows you to display an icon on the tabs of your browsers under the name of "icon.png" and "seo.png" which is the image of your site when you post a link on a social network
It is in this folder that all the files related to your theme are available