Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/topfunky/peepserver

Capistrano tasks for maintaining a CentOS server such as those at RailsMachine hosting.
https://github.com/topfunky/peepserver

Last synced: 11 days ago
JSON representation

Capistrano tasks for maintaining a CentOS server such as those at RailsMachine hosting.

Awesome Lists containing this project

README

        

PeepServer plugin for Capistrano.

by Geoffrey Grosenbach
Screencast: http://peepcode.com/products/capistrano-2

== DESCRIPTION

Provides Capistrano deployment tasks for setting up and maintaining a CentOS server such those installed at RailsMachine (http://railsmachine.com).

Some are highly customized for my current server (nginx, runit, thin, ruby-enterprise). You should customize it for your own situation.

Use at your own risk.

== USAGE

If you use the async-observer plugin and use this plugin to register a runit service for it, you'll also need to register the restart task in your own Capistrano deployment recipe file.

after "deploy:restart", "peepcode:runit:restart_async_observer"