Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/everzet/capifony
[UNMAINTAINED]
https://github.com/everzet/capifony
Last synced: 24 days ago
JSON representation
[UNMAINTAINED]
- Host: GitHub
- URL: https://github.com/everzet/capifony
- Owner: everzet
- License: other
- Created: 2009-06-25T22:53:27.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T07:20:43.000Z (over 7 years ago)
- Last Synced: 2024-04-16T04:14:05.816Z (7 months ago)
- Language: Ruby
- Homepage: https://everzet.github.io/capifony/
- Size: 746 KB
- Stars: 730
- Watchers: 26
- Forks: 217
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
#### Hi! This is your captain speaking.
#### **Capifony** is based on *Capistrano v2.x* and will stick to this version (i.e. Capifony is feature-frozen, and will only accept bug fixes).
#### At the time of writing, [*Capistrano v3*](http://capistranorb.com/) is the current major version, and *Capifony is not compatible* with it.
#### Don't worry, there is a plugin for that! Using *Capistrano v3* + [*capistrano/symfony*](https://github.com/capistrano/symfony) (heavily inspired by *Capifony*) may be the way to go for new projects! You can [read more on capifony and its future](http://williamdurand.fr/2015/04/11/on-capifony-and-its-future/).
#### Cheers!
---
Capifony
========[![Build Status](https://secure.travis-ci.org/everzet/capifony.png?branch=master)](http://travis-ci.org/everzet/capifony)
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 symfony applications to make our job a
lot easier.## Prerequisites ##
- Symfony 1.4+ OR Symfony2
- 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 capifony
### Through GitHub ###
git clone git://github.com/everzet/capifony.git
cd capifony
gem build capifony.gemspec
sudo gem install capifony-{version}.gem## What's next? ##
Read the [capifony documentation](http://capifony.org/)
## Running the test suite ##
You need a set of dependencies in order to run the capifony's test suite.
You can use **Bundler** to install these dependencies:BUNDLE_GEMFILE=.gemfile bundle install
Then, run the tests using **Rake**:
BUNDLE_GEMFILE=.gemfile bundle exec rake spec
For more information, see the `.travis.yml` file.
## Contributors ##
* everzet (owner): [http://github.com/everzet](http://github.com/everzet)
* Arlo Borras (contributor): [http://github.com/arlo](http://github.com/arlo)
* Xavier Gorse (contributor): [http://github.com/xgorse](http://github.com/xgorse)
* Travis Roberts (creator of improved version): [http://blog.centresource.com/author/troberts/](http://blog.centresource.com/author/troberts/)
* Brent Shaffer (contributor): [http://github.com/bshaffer](http://github.com/bshaffer)
* William Durand (maintainer): [http://github.com/willdurand](http://github.com/willdurand)
* And, [All contributors](https://github.com/everzet/capifony/contributors)## License ##
Capifony is released under the MIT License. See the bundled LICENSE file for details.