This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gemified | Sun Oct 12 15:15:15 -0700 2008 | |
| |
.manifest | Sun Oct 12 15:06:31 -0700 2008 | |
| |
README.md | Wed May 20 01:45:13 -0700 2009 | |
| |
bin/ | Sun Oct 12 14:55:46 -0700 2008 | |
| |
capinatra.gemspec | Sun Feb 01 15:22:29 -0800 2009 | |
| |
lib/ | Thu Feb 26 19:02:18 -0800 2009 | |
| |
templates/ | Thu Feb 26 19:02:18 -0800 2009 |
README.md
Hey, you should probably just use Heroku.
Capinatra
Helpers for deploying Sinatra apps on Passenger.
Usage
In your Sinatra app's project root, run:
$ capinatra
This will generate a Capfile for you. After filling in the appropriate details, you can generate an apache virtual host by running:
$ cap capinatra:vhost
You can also choose to copy the Rack configuration template to your directory by running:
$ cap capinatra:copy_config
This is useful if you want to override the defaults we've set for you. This copied file will take precedence over the Capinatra-supplied template.
Then it's the usual drill:
$ cap deploy:setup
$ cap deploy
(c) Copyright 2008 Pat Nakajima. All Rights Reserved.







