承接 rudrax/application 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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
  • 点击次数: 5
  • 依赖项目数: 1
  • 推荐数: 2

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 40
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-03-18