.. | ||
administrator | ||
includes | ||
installation | ||
libraries | ||
logs | ||
media | ||
sql | ||
templates | ||
tmp | ||
.gitignore | ||
composer.json | ||
composer.lock | ||
htaccess.txt | ||
index.php | ||
LICENSE | ||
octoconfig.php.example | ||
README.md | ||
robots.txt.dist | ||
web.config.txt |
Login To Admin Area or Create an Account
This is the basic basic dependency injection CMS
To install this CMS
- Import the SQL tables into your database found in /sql/install.sql
- Copy the /octoconfig.php.example file to /octoconfig.php
- Update the /octoconfig.php to reflect your CMS details
- Remove the installation folder from you root directory
To install all composer libraries
- Make sure you have composer installed on your system.
- In your terminal go to the root folder of your Octoleo website where you will find the composer.json file.
- Run the following command composer install to install all PHP packages.
To create an Account
- Open [hostname:]/administrator
- Click on link that says create Account
- Fill in your details [done]
To login to admin/staff area
- Open [hostname:]/administrator
- Add you username and password
- Click login [done]