Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/scottrobertson/php-capistrano-example
- Owner: scottrobertson
- Created: 2014-09-26T14:15:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-26T14:15:37.000Z (about 10 years ago)
- Last Synced: 2024-10-12T02:29:45.336Z (about 1 month ago)
- Language: Ruby
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`