Skip to content
This repository was archived by the owner on Jun 14, 2021. It is now read-only.

havramar/capistrano-php-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

capistrano-php-setup

Basic setup for deployment of PHP application.

  • Handles multiple environments (development, staging, production).
  • Notifies New Relic about deployment.
  • Uses composer to download dependencies in your project.

Setup

Download requirements:

sudo apt-get install ruby bundler
bundle

Prepare config file and fill required credentials:

mv config/credentials.rb.dist config/credentials.rb

Deploy & Rollbacks

cap production deploy
cap production rollback

About

Basic setup for deployment of PHP application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages