Project

kcapifony

0.0
No commit activity in last 3 years
No release in over 3 years
kCapistrano is an open source tool for running scripts on multiple servers. It’s primary use is for easily deploying applications. While it was built specifically for deploying Rails apps, it’s pretty simple to customize it to deploy other types of applications. This package is a deployment “recipe” to work with symfony (both 1 and 2) applications. This is a fork to make working with our deployment system more easy.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 2.5.10
 Project Readme

Capifony

This is a forked version of the original Capifony which makes it work with the server setup at Kunstmaan. You can install this using the gem install kCapifony command. The following things are changed:

  • Every command is using try_sudo in stead of the regular run command. This way we can define the admin_runner in the Capistrano deployment config and every Capifony command will be ran as this user.
  • Added some extra commands:
  • load:fixtures
  • schema:update
  • Changed the flow after deploy finalize update a bit.

Prerequisites

  • SSH access to the server you are deploying to
  • Must have a working Ruby and RubyGems installed on your local machine
  • When you still need to install Ruby, take a look at Ruby Version Manager, which makes installing ruby super easy!

Installing Capifony

gem install kcapifony

Configuring your project

cd to/your/project/path
capifony .