Installation Instructions
Just follow these easy steps in order to install the Dijitals CMS:
1. Create a database
2. Upload all the files to your server
3. Edit the details in “settings.php” in the includes folder of the script for your needs and preferences.
4. Change the read-write permissions of the following folders to 777:
- filemanager/
- files/
- files/photos/
- files/photos/temp/
- files/photos/thumb/
- files/photos/user/
5. Visit the address http://www.yoursite.com/path_to_script_folder/install.php for installation.
Settings.php
Mandatory Settings:
These settings have to be set in order to use the script. These settings are according to you server preferences.
Database Settings:
- $username: database username
- $password: database password
- $hostname: host ip address. Usually "localhost"
- $databasename: Name of the Database you've created
Script Folder:
script_folder: The folder you have uploaded the cms files.
Example:
If you have uploaded your files to:
http://www.example.com/dijitalscms/
Then you should set the "script_folder" variable to:
define ("script_folder","dijitalscms/");
