Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.76 KB

README.md

File metadata and controls

55 lines (34 loc) · 1.76 KB

MyCRM

My CRM is Customer Relationship Management Software developed using PHP and Codeigniter Framework. Customer relationship management (CRM) is an approach to manage a company's interaction with current and potential customers. It uses data analysis about customers' history with a company to improve business relationships with customers, specifically focusing on customer retention and ultimately driving sales growth.

Simple Codeigniter CRM

MyCRM is a basic open source web application for storing problem reports and tracking requests.

Installation

MyCRM is written in PHP using the CodeIgniter framework. You should find it easy to install provided you have access to a webserver and a database.

The code generally expects to be running under an Apache webserver with a mySQL database. It may be possible change these things if your system is different -- see the installation documentation:

Installation instructions: see INSTALL.md

Quickstart

If you're familiar with PHP CodeIgniter (or possibly just PHP!) you might be able to get things going just by dropping the repository somewhere under your server root. (In fact, for a super quickstart, set up your webserver so that web/ is the server root).

The MyCRM root page will provide diagnostics even if you've not got the database running, so try hitting that as soon as you get going.

Remember to see documentation/INSTALL.md for details. If the home page seems OK, try clicking on Main site and logging in as the default out-of-the-box administrator:

  • username: admin
  • password: 123456

You must to change these values as soon as you're logged in! The root page will tell you how (until you've done it).

Licensing

See LICENSE.txt.