March 8, 2014

Rocketeer の rocketeer.phar を自分でコンパイルしてみる

以下の方法ですんなりできました。OS X Mavericks(PHP 5.4.24)で確認しています。(デプロイ実行の確認まではしていませんが。。。)
$ git clone https://github.com/Anahkiasen/rocketeer.git
$ cd rocketeer/
$ composer install
$ chmod +x ./bin/compile
$ ./bin/compile
$ php ./bin/rocketeer.phar

Rocketeer version 1.1.2

Current state
  application     {application_name}
  configuration   /xxx/rocketeer/.rocketeer
  tasks           /xxx/rocketeer/.rocketeer/tasks
  events          /xxx/rocketeer/.rocketeer/events
  logs            /xxx/rocketeer/.rocketeer/logs

Usage:
  [options] command [arguments]

Options:
  --help           -h Display this help message.
  --quiet          -q Do not output any message.
  --verbose        -v|vv|vvv Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
  --version        -V Display this application version.
  --ansi              Force ANSI output.
  --no-ansi           Disable ANSI output.
  --no-interaction -n Do not ask any interactive question.
  --env               The environment the command should run under.

Available commands:
  check      Check if the server is ready to receive the application
  cleanup    Clean up old releases from the server.
  current    Display what the current release is
  deploy     Deploy the website.
  flush      Flushes Rocketeer's cache of credentials
  help       Displays help for a command
  ignite     Creates Rocketeer's configuration
  list       Lists commands
  rollback   Rollback to the previous release, or to a specific one
  setup      Set up the remote server for deployment
  teardown   Remove the remote applications and existing caches
  test       Run the tests on the server and displays the output
  update     Update the remote server without doing a new release.

No comments:

Post a Comment