Deploy script for owl.
- PHP 5.4~
- composer
You need to login deploy server with using ssh forward agent.
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
Give me the PullRequest :)
This software is released under the MIT License, see LICENSE.txt.