A simple CRM system built on CakePHP 2.1.1
- Checkout this project using Git, or download and unzip the ZIP file from GitHub.
- Move the files to a folder under WWW root
- Create a database, and import the SQL file in Config/Schema/crm.sql, like this:
mysql -u USER -p DBNAME < Config/Schema/crm.sql
- Copy Config/database.php.sample to Config/database.php and edit to reflect your database settings.
cp Config/database.php.sample Config/database.php
- 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
- Login to your Zhen CRM install using:
Username: admin
Password: 123456
Make sure to change your password upon first login!
Dual-licensed under GNU Affero General Public License.