rudrax/application
最新稳定版本:1.1.4
Composer 安装命令:
composer require rudrax/application
包简介
Script to deploy Rudrax on FTP server;
关键字:
README 文档
README
and place this application folder in your project
FOR Normal Project
--deploy.php ``
include "application/App.php";
$server = $argv[1]; //First argument is config $password = $argv[2]; /////Optionsal Password
$app = new App();
$app->push($server,$password);
``
##ON-CONSOLE $ php deploy.php production
For RudraX project -
Note:- if you are using composer then you dont need to download it manually, it will automatically get downloaded in your verndor folder, but still you need to write deploy.php pointing to your this script_folder
Here is an example with RudraX Structured Project.
--deploy.php ``
include "lib/rudrax/application/App.php";
$server = $argv[1]; //First argument is config $password = $argv[2]; ///Optionsal Password
$app = new App();
$app->deploy($server,$password);
``
##ON-CONSOLE $ php deploy.php production
统计信息
- 总下载量: 224
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 1
- 推荐数: 2
其他信息
- 授权协议: MIT
- 更新时间: 2015-03-18