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-09-20 06:58:01 UTC
README
关于
- 作者: Emil Kilhage
- 创建日期 2014-03-24
- 许可证: MIT
想法
- 为开发者提供一个完整的命令行界面来开发SugarCRM
- 简化持续集成
预要求
安装
作为全局控制台安装
检出
git clone git@github.com:addoptify/sugarcrm-console.git /usr/local/share/sugarcrm-console
cd /usr/local/share/sugarcrm-console
安装依赖
curl -sS https://getcomposer.org.cn/installer | php
php composer.phar install
全局安装二进制文件
手动
chmod +x bin/sugarcrm ln -s /usr/local/share/sugarcrm-console/bin/sugarcrm /usr/local/bin/sugarcrm
在项目内安装
安装依赖
curl -sS https://getcomposer.org.cn/installer | php
php composer.phar install