Project

capiyii

0.0
No commit activity in last 3 years
No release in over 3 years
Yii deployment with capistrano, useful tasks, rollback deployment and more
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0.0
>= 2.11.0
~> 1.8.2

Runtime

>= 2.11.0
 Project Readme

Deploying Yii Framework Applications with Capistrano

Capistrano is an open source tool for running scripts on multiple servers. Its 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. We’ve been working on creating a deployment “recipe” to work with yii applications to make our job a lot easier.

Prerequisites

  • Yii 1.1+
  • Must have SSH access to the server you are deploying to.
  • Must have Ruby and RubyGems installed on your machine (not required for deployment server)

Installing Capifony

Through RubyGems.org

sudo gem install capiyii

Through GitHub

git clone git://github.com/deways/capiyii.git
cd capiyii
gem build capiyii.gemspec
sudo gem install capiyii-{version}.gem

Contributing to capiyii

  • Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
  • Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
  • Fork the project
  • Start a feature/bugfix branch
  • Commit and push until you are happy with your contribution
  • Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.

What's next?

Read the capiyii documentation

Contributors

License

Capiyii is released under the MIT License. See the bundled LICENSE file for details.