jb68 / old-Zhen-CRM

A simple CRM built on CakePHP 2.x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple CRM system built on CakePHP 2.1.1

INSTALL

  1. Checkout this project using Git, or download and unzip the ZIP file from GitHub.
  2. Move the files to a folder under WWW root
  3. Create a database, and import the SQL file in Config/Schema/crm.sql, like this:
mysql -u USER -p DBNAME < Config/Schema/crm.sql
  1. Copy Config/database.php.sample to Config/database.php and edit to reflect your database settings.
cp Config/database.php.sample Config/database.php
  1. Copy Config/config.php.sample to Config/config.php, and then edit Zhen CRM settings, such as copyright, company name, etc.
cp Config/config.php.sample Config/config.php
vi Config/config.php
  1. Login to your Zhen CRM install using:
Username: admin
Password: 123456 

Make sure to change your password upon first login!

LICENSE

Dual-licensed under GNU Affero General Public License.

About

A simple CRM built on CakePHP 2.x

License:Other


Languages

Language:PHP 98.5%Language:CSS 1.1%Language:JavaScript 0.4%Language:Shell 0.0%Language:Batchfile 0.0%Language:ApacheConf 0.0%