Little cms build with Joomla Framework
Go to file
Llewellyn van der Merwe a5a45e92ae
first commit
2022-05-24 08:59:17 +02:00
administrator first commit 2022-05-24 08:59:17 +02:00
includes first commit 2022-05-24 08:59:17 +02:00
installation first commit 2022-05-24 08:59:17 +02:00
libraries first commit 2022-05-24 08:59:17 +02:00
logs first commit 2022-05-24 08:59:17 +02:00
media first commit 2022-05-24 08:59:17 +02:00
sql first commit 2022-05-24 08:59:17 +02:00
templates first commit 2022-05-24 08:59:17 +02:00
tmp first commit 2022-05-24 08:59:17 +02:00
.gitignore first commit 2022-05-24 08:59:17 +02:00
.htaccess first commit 2022-05-24 08:59:17 +02:00
LICENSE first commit 2022-05-24 08:59:17 +02:00
README.md first commit 2022-05-24 08:59:17 +02:00
composer.json first commit 2022-05-24 08:59:17 +02:00
composer.lock first commit 2022-05-24 08:59:17 +02:00
config.php.example first commit 2022-05-24 08:59:17 +02:00
favicon.ico first commit 2022-05-24 08:59:17 +02:00
htaccess.txt first commit 2022-05-24 08:59:17 +02:00
index.php first commit 2022-05-24 08:59:17 +02:00
robots.txt.dist first commit 2022-05-24 08:59:17 +02:00
web.config.txt first commit 2022-05-24 08:59:17 +02:00

README.md

Content Management System

Content Management of Pages in the Kumwe CMS

Tutorial

To install this CMS

  1. Import the SQL tables into your database found in /sql/install.sql
  2. Copy the /config.php.example file to /config.php
  3. Update the /config.php to reflect your CMS details
  4. Copy the /htaccess.txt file to /.htaccess
  5. 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 Kumwe 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] FIRST account will get admin access, but there rest created will need admin approval
  3. Fill in your details [done]

To login to admin/staff area again

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

To add Items

Items get linked to menus and are the text of your pages

  1. Login to [hostname:]/administrator
  2. Click on items menu [hostname:]/administrator/index.php/items
  3. Here you can update, delete and create items

To add menus

Menus link to items, and mange the menus of your site

  1. Login to [hostname:]/administrator
  2. Click on menus menu [hostname:]/administrator/index.php/menus
  3. Here you can update, delete and create menus (pages) that link to items

To set site home page

Home page is the first page you see when you open your public website

  1. Inside the menu edit/create view [hostname:]/administrator/index.php/menu
  2. You can select one to be the home page

Just for fun... ((ewɘ))yn