WEBD-325-45/week-03/project
Llewellyn van der Merwe 3aad2bfca4
Week 3: Add Octoleo CMS Stable
2022-04-12 21:41:51 +02:00
..
administrator Week 3: Add Octoleo CMS Stable 2022-04-12 21:41:51 +02:00
includes Week 3: Add Octoleo CMS Stable 2022-04-12 21:41:51 +02:00
installation Week 3: Add Octoleo CMS Stable 2022-04-12 21:41:51 +02:00
libraries Week 3: Add Octoleo CMS Stable 2022-04-12 21:41:51 +02:00
logs Week 3: Add Octoleo CMS Stable 2022-04-12 21:41:51 +02:00
media Week 3: Add Joomla dependency injection architecture 2022-04-09 12:01:42 +02:00
sql Week 3: Add Joomla dependency injection architecture 2022-04-09 12:01:42 +02:00
templates Week 3: Add Octoleo CMS Stable 2022-04-12 21:41:51 +02:00
tmp Week 3: Add Octoleo CMS Stable 2022-04-12 21:41:51 +02:00
.gitignore Week 3: Add Joomla dependency injection architecture 2022-04-09 12:01:42 +02:00
LICENSE Week 3: Add Joomla dependency injection architecture 2022-04-09 12:01:42 +02:00
README.md Week 3: Add Octoleo CMS Stable 2022-04-12 21:41:51 +02:00
composer.json Week 3: Add Octoleo CMS Stable 2022-04-12 21:41:51 +02:00
composer.lock Week 3: Add Octoleo CMS Stable 2022-04-12 21:41:51 +02:00
htaccess.txt Week 3: Add Joomla dependency injection architecture 2022-04-09 12:01:42 +02:00
index.php Week 3: Add Octoleo CMS Stable 2022-04-12 21:41:51 +02:00
octoconfig.php.example Week 3: Add Octoleo CMS Stable 2022-04-12 21:41:51 +02:00
robots.txt.dist Week 3: Add Joomla dependency injection architecture 2022-04-09 12:01:42 +02:00
web.config.txt Week 3: Add Joomla dependency injection architecture 2022-04-09 12:01:42 +02:00

README.md

Login To Admin Area or Create an Account

This is the basic basic dependency injection CMS

To install this CMS

  1. Import the SQL tables into your database found in /sql/install.sql
  2. Copy the /octoconfig.php.example file to /octoconfig.php
  3. Update the /octoconfig.php to reflect your CMS details
  4. Remove the installation folder from you root directory

To install all composer libraries

  1. Make sure you have composer installed on your system.
  2. In your terminal go to the root folder of your Octoleo website where you will find the composer.json file.
  3. Run the following command composer install to install all PHP packages.

To create an Account

  1. Open [hostname:]/administrator
  2. Click on link that says create Account
  3. Fill in your details [done]

To login to admin/staff area

  1. Open [hostname:]/administrator
  2. Add you username and password
  3. Click login [done]