2014-10-06 10:25:07 +03:00
2014-08-15 16:10:23 +03:00
2014-04-04 17:17:10 +03:00
2014-10-03 10:26:17 +03:00
2014-10-06 10:25:07 +03:00
2014-10-06 10:20:26 +03:00
2014-01-27 15:03:06 +02:00
2014-10-01 10:36:23 +03:00
2014-08-27 17:01:31 +03:00
2014-06-02 16:27:44 +03:00
2014-08-08 11:45:13 +03:00
2014-08-15 16:22:44 +03:00
2014-04-16 16:41:11 +03:00
2014-03-07 17:47:10 +02:00
2014-09-11 18:17:15 +03:00
2014-10-01 12:00:53 +03:00
2014-07-09 11:53:30 +03:00
2014-03-26 15:46:04 +02:00
2014-10-01 13:02:02 +03:00

EspoCRM is an Open Source CRM (Customer Relationship Management) software that allows you to see, enter and evaluate all your company relationships regardless of the type. People, companies or opportunities - all in an easy and intuitive interface.

How to get started

  1. Clone repository to your local computer.
  2. Change to the project's root directory.
  3. Install composer.
  4. Run composer install if composer is installed globally or php composer.phar install if locally.

Never update composer dependencies if you are going to contribute code back.

Now you can build.

If your repository is accessible via a web server then you can run EspoCRM by url http://PROJECT_URL/frontend w/o making a build. You will need to have proper data/config.php and existing database.

How to build

You need to have nodejs installed.

  1. Change to the project's root directory.
  2. Install project dependencies with npm install.
  3. Run Grunt with grunt.

The build will be created in the build directory.

License

EspoCRM is published under the GNU GPLv3 license.

Languages
PHP 65.1%
JavaScript 23.9%
TypeScript 6%
Less 2.9%
Smarty 1.9%
Other 0.2%