dfba/just-deploy
Composer 安装命令:
composer require dfba/just-deploy
包简介
Deploy projects without any extra setup.
README 文档
README
Deploy projects without any extra setup.
1. Install
composer require --dev dfba/just-deploy:0.1.*
or:
php composer.phar require --dev dfba/just-deploy:0.1.*
2. Configure
- Copy the files from the
examplesfolder into your project root. - Adjust the credentials in
JustDeployProduction.php. - Commit
JustDeploy.phpto version control, but keepJustDeployProduction.phpout of it.
3. Deploy
Windows:
vendor\bin\just-deploy production
Linux/Unix:
./vendor/bin/just-deploy production
统计信息
- 总下载量: 305
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-09-24