Skip to content
This repository has been archived by the owner on Mar 31, 2019. It is now read-only.
/ emigacms Public archive

EmiGa CMS - You can create SEO friendly websites dynamically

License

Notifications You must be signed in to change notification settings

eminmuhammadi/emigacms

Repository files navigation

EmiGA CMS by Emin Muhammadi

Archived due to It's my first introducing and aknowledge with PHP. Some stupid problems should be happened. It's only memory for me :D

Hello there ,

I am Emin Muhammadi and I created this project EmiGA CMS. That theme created by EmiGA CMS. emigacustom for EmiGa CMS is sophisticated, lightweight, and adaptable. This theme is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display.

## You need to set up

* PHP (Tested on PHP7)
* MySQL

Configuration

1) Install at db/db.sql

2) Configure database at edit/db_con.php

	$servername="yourServerName";
	$username="yourUserName";
	$password="yourPassword";
	$db="yourDatabase";

3) Configure database at edit/config.php

$allowRegister="0";  // Allow users  register in admin section
$allowCache="0"; // Allow Cache
$allowComment="0";  // Allow Comment Plugin (Disqus)
$allowGoogle="0"; //Allow Google plugin

//Google contains Google Analytics and Google Tag Manager
$GoogleAnalytics="yourKey"; 
$GoogleTagManager="yourKey"; 

$oneSignal="yourKey";  // Allow OneSignal
$shortname="yourShortName"; //  Enter Disqus shortname

4) Select theme at edit/config.php

Custom installation contains *emigacustom* theme

$theme_name="emigacustom"; //Enter your theme folder name [ATTENTION]

Okay I want to show project step by step

Step 1.

Default installation emigacustom theme

step1

Step 2.

EmiGA CMS support Disquis AddToAny GoogleAnalytics GoogleTagManager OneSignal and etc.

stel2

Step 3.

EmiGa CMS in emigacustom theme you can configure widget (search bar , popular posts , categories list)

step3

Step 4.

Add post in cms administration section

step4

Step 5.

Edit, Delete any post

step5

Step 6.

Edit , Delete , Add categories

step6

Step 7.

Edit and Delete permantly your profile

step7

and other configure in dashboard section .