Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scottrobertson/php-capistrano-example

Example of how to handle PHP deployments in Capistrano
https://github.com/scottrobertson/php-capistrano-example

Last synced: 10 days ago
JSON representation

Example of how to handle PHP deployments in Capistrano

Awesome Lists containing this project

README

        

Simple PHP Deployment with Capistrano
===

# Setup
- Run `bundle install`
- Set `application`, `repo_url`, and `deploy_to` in `./config/deploy.rb`
- Set url's in `./config/deploy/staging.rb` and `./config/deploy/production.rb`

# Deployment
- Run `cap staging deploy`