Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 816 Bytes

README.md

File metadata and controls

48 lines (30 loc) · 816 Bytes

owl deployer

Deploy script for owl.

Description

Deploy owl with deployer.

Requirement

  • PHP 5.4~
  • composer

You need to login deploy server with using ssh forward agent.

Usage

First, copy config.sample.yaml and edit it.

cp config.sample.yaml config.yaml
vi config.yaml

Next, exec behind command to deploy owl.

git clone git@https://github.com/owl/owl_deployer.git

# deploy
cd owl_deployer
curl -sS https://getcomposer.org/installer | php
php composer.phar install
php composer.phar deploy

Contribution

Give me the PullRequest :)

Licence

This software is released under the MIT License, see LICENSE.txt.

Author

owl organization