Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.41 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.41 KB

Insulin

This project is now abandoned, since there is a new command line interface shipping with SugarCRM.

Welcome to Insulin… Latest Stable Version Total Downloads Latest Unstable Version Coverage Status Build Status Scrutinizer Quality Score

  1. Developing on insulin

Use Composer

As Insulin uses Composer to manage its dependencies, the recommended way to develop on it is to use it.

If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:

$ curl -s https://getcomposer.org/installer | php

If you want, you can have composer globally for all your projects, just run:

$ sudo mv composer.phar /usr/local/bin/composer.phar

Enjoy!