Skip to content

owl/owl_deployer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages