naodya / EthioMirrorCMS

Custom CMS for ethiomirror.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About ethiomirror CMS
==========================
This CMS was designed specifically for a website called ethiomirror.com, a private owned news paper in Addis Ababa, Ethiopia. 

Currently the website is down due unresolved issues with the government. 

The CMS is not fully complete but functional to a certain level

Installation
==========================
1. execute the dbdump.sql 
2. copy the directory ethiomirror.com to your webserver 
root directory e.g. localhost/ethiomirror.com
3. modify MySQL dtatabase connection string.
i.e. ethiomirror.com/admin/class/includes/dbconnect.php
modify host, username and password according to your MySQL database configuration:
e.g.
	define ('DB', 'ethiomirror');
	define ('HOST', 'localhost');
	define ('USER','root');
	define ('PASSWORD', 'password');

4. to access the back end(CMS admin panel), use /admin
default username: admin
default password: admin

About

Custom CMS for ethiomirror.com


Languages

Language:JavaScript 65.6%Language:PHP 25.1%Language:ColdFusion 4.6%Language:ASP 1.6%Language:Python 1.3%Language:Perl 1.0%Language:Lasso 0.8%