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 | |
|---|---|---|---|
| |
.document | Thu Apr 30 13:31:45 -0700 2009 | |
| |
.gitignore | Thu Apr 30 13:31:45 -0700 2009 | |
| |
LICENSE | Thu Apr 30 13:31:45 -0700 2009 | |
| |
README.rdoc | Thu Jun 18 13:31:18 -0700 2009 | |
| |
Rakefile | Fri Jun 26 08:04:42 -0700 2009 | |
| |
VERSION.yml | Tue Jul 07 10:11:33 -0700 2009 | |
| |
lib/ | ||
| |
poolparty-extensions.gemspec | Tue Jul 07 10:11:41 -0700 2009 | |
| |
test/ |
README.rdoc
poolparty-extensions
Extensions to PoolParty!
Just install and include in your clouds.rb
clouds.rb
require "poolparty"
require "poolparty-extensions"
Available extensions
bash_alias
Adds a bash alias
development_gem_package
Deploy a and install a gem developed locally. This is useful when you are
developing an internal or forked gem and you want to deploy it to your cloud
== Usage
has_development_gem_package('jetty-rack',
:from => "~/path/to/my/site",
:git_pull_first => true) # git pull from before sending to server
dynomite
Installs edge dynomite from the git repository
Usage:
enable :dynomite
lightcloud
Installs tokyo tyrant, tokyo cabinet and lightcloud.
It creates a basic config.py file that should probably be updated and made "smarter"
Usage:
enable :lightcloud
nanite
Install erlang, nanite, eventmachine, amqp, python and rabbitmq along with nanite
Usage:
enable :nanite
tokyo_tyrant
Install tokyo tyrant
Usage:
enable :tokyo_tyrant
Copyright
Copyright © 2009 Ari Lerner. See LICENSE for details.








