addoptify / sugarcrm-console
0.24.3
2017-11-13 23:17 UTC
Requires
- php: >=5.3.3
- psr/log: ~1.0
- symfony/config: ~2.4
- symfony/console: ~2.4
- symfony/dependency-injection: ~2.4
- symfony/filesystem: ~2.4
- symfony/finder: ~2.4
- symfony/var-dumper: ~2.4
- symfony/yaml: ~2.4
- twig/twig: ~1.15
- dev-master
- 0.24.3
- 0.24.2
- 0.24.1
- 0.24.0
- 0.23.1
- 0.23.0
- 0.22.3
- 0.22.2
- 0.22.1
- 0.22.0
- 0.21.2
- 0.21.1
- 0.21.0
- 0.20.0
- 0.19.x-dev
- 0.19.0
- 0.18.2
- 0.18.1
- 0.18.0
- 0.17.1
- 0.17.0
- 0.16.1
- 0.16.0
- 0.15.1
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.2
- 0.7.1
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.0
- 0.1.0
- dev-feature/generate-migration
- dev-feature/SC-1-user-password
- dev-feature/set-perm-ownership-commands
- dev-feature/repair-scripts
- dev-feature/command/install
- dev-feature/command/yaml-definitions
- dev-feature/command/validate-labels
This package is auto-updated.
Last update: 2024-10-20 07:07:02 UTC
README
About
- Author: Emil Kilhage
- Date Created: 2014-03-24
- License: MIT
Idea
- To provide developers a full command line interface to develop SugarCRM
- To simplify continious integration
Pre requirements
Installation
Install as global console
Checkout
git clone git@github.com:addoptify/sugarcrm-console.git /usr/local/share/sugarcrm-console
cd /usr/local/share/sugarcrm-console
Install dependencies
curl -sS https://getcomposer.org/installer | php
php composer.phar install
Install binary globally
Manually
chmod +x bin/sugarcrm ln -s /usr/local/share/sugarcrm-console/bin/sugarcrm /usr/local/bin/sugarcrm
Install inside project
Install dependencies
curl -sS https://getcomposer.org/installer | php
php composer.phar install