• Stars
    star
    730
  • Rank 60,074 (Top 2 %)
  • Language
    Ruby
  • License
    Other
  • Created almost 15 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

[UNMAINTAINED]

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 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 (heavily inspired by Capifony) may be the way to go for new projects! You can read more on capifony and its future.

Cheers!


Capifony

Build Status

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

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

License

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

More Repositories

1

jade.php

HAML-like template engine for PHP 5.3 & Symfony2
PHP
444
star
2

persisted-objects

Stupid PHP library to do very simple persistance for test automation purposes
PHP
131
star
3

metronome

Business analysis tool for your codebase
JavaScript
59
star
4

fullstack-bdd-sflive2012

Fullstack BDD in Symfony2 demo
PHP
49
star
5

sfLESSPlugin

less.js in symfony
PHP
27
star
6

basket-by-example

17
star
7

sylius-docker

11
star
8

sfc11

The demo project from sfCampUA 11 training (i18n v2, correct file uploads and twig)
PHP
11
star
9

behat-shared-helpers-example

Example of using Behat with helper services shared across contexts
PHP
11
star
10

sfLessPhpPlugin

LESS in symfony
PHP
10
star
11

silex-mink

Example project showing Mink usage in Silex project
JavaScript
8
star
12

sfDoctrine-tmbundle

Doctrine TextMate bundle with full support of DQL & schema snippets (including all column types).
8
star
13

sfSymfony-tmbundle

symfony TextMate bundle with over 350 snippets & CLI GUI.
JavaScript
8
star
14

sfHAMLPlugin

HAML templates in symfony
PHP
7
star
15

sfPHP-tmbundle

Basic PHP TextMate bundle, that follows symfony coding style guides & implements context guessers for symfony, Doctrine & Propel.
PHP
5
star
16

Latte

unfinished (has some minor bugs, missing features and not-working sync) Remember The Milk client for Mac OS X
Objective-C
4
star
17

vim-indexer

MIRROR of http://www.vim.org/scripts/script.php?script_id=3221 plugin
Vim Script
3
star
18

laraconeu15-shop

Laracon EU 2015 workshop project
Gherkin
3
star
19

sfGravatar2Plugin

Gravatar plugin for symfony 1.4 with https & image type support
PHP
3
star
20

dotfiles

everzet (life|work) dotfiles
Lua
2
star
21

EZMilk

Remember The Milk API wrapper for ObjectiveC
Objective-C
2
star
22

dates

Over-simplistic Dates library for PHP. Used in presentations and demos
PHP
2
star
23

sfDoctrineObjectGuardPlugin

Authorization object guard plugin for symfony 1.4
PHP
2
star
24

sfOpenIDConsumerPlugin

OpenID consumer plugin for symfony
PHP
2
star
25

everzet.com

Source code for new version of my personal website and blog
JavaScript
1
star
26

EZSQLite

SQLite wrapper/binder for the ObjectiveC
Objective-C
1
star
27

sfCSSNakedDayPlugin

symfony 1.4 CSS Naked Day support for your projects
PHP
1
star