public
Description: Extensions on PoolParty
Homepage: http://poolpartyrb.com
Clone URL: git://github.com/auser/poolparty-plugins.git
name age message
file .document Thu Apr 30 13:31:45 -0700 2009 Initial commit to poolparty-extensions. [auser]
file .gitignore Thu Apr 30 13:31:45 -0700 2009 Initial commit to poolparty-extensions. [auser]
file LICENSE Thu Apr 30 13:31:45 -0700 2009 Initial commit to poolparty-extensions. [auser]
file README.rdoc Thu Jun 18 13:31:18 -0700 2009 Updated readme with latest extensions [auser]
file Rakefile Fri Jun 26 08:04:42 -0700 2009 updated gemspec [jashmenn]
file VERSION.yml Tue Jul 07 10:11:33 -0700 2009 Version bump to 0.1.1 [jashmenn]
directory lib/ Loading commit data...
file poolparty-extensions.gemspec Tue Jul 07 10:11:41 -0700 2009 updated gemspec [jashmenn]
directory 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.