30 lines
1.2 KiB
Markdown
30 lines
1.2 KiB
Markdown
<a href='http://www.espocrm.com'>EspoCRM is an Open Source CRM</a> (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](https://getcomposer.org/doc/00-intro.md).
|
|
4. Run `composer install` if composer is installed globally or `php composer.phar install` if locally.
|
|
|
|
Never update composer dependencies if you going to contribute code back.
|
|
|
|
Now you can build.
|
|
|
|
If your repository is accessible via a web server then you can access to EspoCRM by url `http://URL/frontend` w/o making the build. You will need yo 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](https://raw.githubusercontent.com/espocrm/espocrm/master/LICENSE.txt).
|
|
|