Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/topfunky/peepserver
- Owner: topfunky
- License: mit
- Created: 2008-11-02T20:05:37.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2008-11-11T21:12:05.000Z (about 16 years ago)
- Last Synced: 2024-04-15T14:13:25.671Z (7 months ago)
- Language: Ruby
- Homepage: http://peepcode.com/products/capistrano-2
- Size: 95.7 KB
- Stars: 15
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: History.txt
- License: MIT-LICENSE
Awesome Lists containing this project
README
PeepServer plugin for Capistrano.
by Geoffrey Grosenbach
Screencast: http://peepcode.com/products/capistrano-2
== DESCRIPTIONProvides 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"