- Author: Emil Kilhage
- Date Created: 2014-03-24
- License: MIT
- To provide developers a full command line interface to develop SugarCRM
- To simplify continious integration
git clone git@gitlab.dri-nordic.com:dri-nordic/sugarcrm-console.git /usr/local/share/sugarcrm-console
cd /usr/local/share/sugarcrm-console
curl -sS https://getcomposer.org/installer | php
php composer.phar install
chmod +x bin/sugarcrm
ln -s /usr/local/share/sugarcrm-console/bin/sugarcrm /usr/local/bin/sugarcrm
.....
"repositories": [
....
{
"type": "composer",
"url": "https://packages.dricrm.com/"
}
.....
],
......
"require": {
.....
"dri-nordic/sugarcrm-console": "dev-master",
.....
}
....
curl -sS https://getcomposer.org/installer | php
php composer.phar install