2017 © Pedro Peláez
 

library application

Script to deploy Rudrax on FTP server;

image

rudrax/application

Script to deploy Rudrax on FTP server;

  • Monday, July 20, 2015
  • by lalit.tanwar
  • Repository
  • 1 Watchers
  • 0 Stars
  • 193 Installations
  • PHP
  • 3 Dependents
  • 2 Suggesters
  • 43 Forks
  • 0 Open issues
  • 16 Versions
  • 0 % Grown

The README.md

Create a php file in your project root

and place this application folder in your project, (*1)

FOR Normal Project

--deploy.php ``, (*2)

include "application/App.php";, (*3)

$server = $argv[1]; //First argument is config $password = $argv[2]; /////Optionsal Password, (*4)

$app = new App();, (*5)

$app->push($server,$password);, (*6)

``, (*7)

ON-CONSOLE

$ php deploy.php production, (*8)

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, (*9)

Here is an example with RudraX Structured Project., (*10)

--deploy.php ``, (*11)

include "lib/rudrax/application/App.php";, (*12)

$server = $argv[1]; //First argument is config $password = $argv[2]; ///Optionsal Password, (*13)

$app = new App();, (*14)

$app->deploy($server,$password);, (*15)

``, (*16)

ON-CONSOLE

$ php deploy.php production, (*17)

The Versions

20/07 2015

dev-master

9999999-dev

Script to deploy Rudrax on FTP server;

  Sources   Download

MIT

The Requires

 

api smarty controller rudra

20/07 2015

1.1.4

1.1.4.0

Script to deploy Rudrax on FTP server;

  Sources   Download

MIT

The Requires

 

api smarty controller rudra

14/07 2015

1.1.3

1.1.3.0

Script to deploy Rudrax on FTP server;

  Sources   Download

MIT

The Requires

 

api smarty controller rudra

28/06 2015

1.1.2

1.1.2.0

Script to deploy Rudrax on FTP server;

  Sources   Download

MIT

The Requires

 

api smarty controller rudra

26/06 2015

1.1.1

1.1.1.0

Script to deploy Rudrax on FTP server;

  Sources   Download

MIT

The Requires

 

The Development Requires

api smarty controller rudra

25/06 2015

1.1.0

1.1.0.0

Script to deploy Rudrax on FTP server;

  Sources   Download

MIT

The Requires

 

The Development Requires

api smarty controller rudra

25/06 2015

1.0.9

1.0.9.0

Script to deploy Rudrax on FTP server;

  Sources   Download

MIT

The Requires

 

The Development Requires

api smarty controller rudra

25/06 2015

1.0.8

1.0.8.0

Script to deploy Rudrax on FTP server;

  Sources   Download

MIT

The Development Requires

api smarty controller rudra

25/06 2015

1.0.7

1.0.7.0

Script to deploy Rudrax on FTP server;

  Sources   Download

MIT

The Development Requires

api smarty controller rudra

07/05 2015

1.0.6

1.0.6.0

Script to deploy Rudrax on FTP server;

  Sources   Download

MIT

api smarty controller rudra

05/05 2015

1.0.5

1.0.5.0

Script to deploy Rudrax on FTP server;

  Sources   Download

MIT

api smarty controller rudra

05/05 2015

1.0.4

1.0.4.0

Script to deploy Rudrax on FTP server;

  Sources   Download

MIT

api smarty controller rudra

28/03 2015

1.0.3

1.0.3.0

Script to deploy Rudrax on FTP server;

  Sources   Download

MIT

api smarty controller rudra

23/03 2015

1.0.2

1.0.2.0

Script to deploy Rudrax on FTP server;

  Sources   Download

MIT

api smarty controller rudra

18/03 2015

1.0.1

1.0.1.0

Script to deploy Rudrax on FTP server;

  Sources   Download

MIT

api smarty controller rudra

18/03 2015

1.0.0

1.0.0.0

Script to deploy Rudrax on FTP server;

  Sources   Download

MIT

api smarty controller rudra