Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/auser/poolparty-plugins
Extensions on PoolParty
https://github.com/auser/poolparty-plugins
Last synced: 3 months ago
JSON representation
Extensions on PoolParty
- Host: GitHub
- URL: https://github.com/auser/poolparty-plugins
- Owner: auser
- License: mit
- Created: 2009-04-30T20:24:16.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-09-26T00:10:24.000Z (over 15 years ago)
- Last Synced: 2024-04-14T14:21:36.816Z (9 months ago)
- Language: Ruby
- Homepage: http://poolpartyrb.com
- Size: 192 KB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE
Awesome Lists containing this project
README
= 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 (c) 2009 Ari Lerner. See LICENSE for details.