WEBD-325-45/week-03/project/README.md

29 lines
974 B
Markdown
Raw Normal View History

2022-04-12 19:41:51 +00:00
# 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
0. Make sure you have [composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-macos) installed on your system.
1. In your terminal go to the root folder of your Octoleo website where you will find the composer.json file.
2. 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]