Sha256: 88f50ca62ebfa20a48cc1d7d6b0ed6011cb872952522089f5f18e1555d1afbe0
Contents?: true
Size: 682 Bytes
Versions: 4
Compression:
Stored size: 682 Bytes
Contents
= Capigen Capistrano recipes and templates. == Install recipes To install an application, use the install recipes; cap nginx:install To install a group of applications based on a "profile": cap install _You may need to comment out "Defaults requiretty" in /etc/sudoders on the image before capistrano recipes will work._ == Generating a Capfile From a rails project: rake capigen == Deploying (application) If this is the first time you've deployed you'll need to run: cap deploy:setup Otherwise, your deploy options: cap deploy cap deploy:migrations (deploys and does migration) cap deploy:migrate (only does migration on existing deployment)
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
capigen-0.1.1 | README.txt |
capigen-0.1.2 | README.txt |
capigen-0.1.3 | README.txt |
capigen-0.1.4 | README.txt |