Project

pairhost

0.01
No commit activity in last 3 years
No release in over 3 years
A Vagrant-like command line interface for creating, managing, and using EC2 instances for remote pairing like we do at Relevance.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.7.2
~> 0.9.2.2
~> 2.9.0

Runtime

~> 1.32.0
~> 0.6.2
~> 2.1.1
~> 0.15.2
 Project Readme

Pairhost

Manage EC2 instances for remote pairing the style that Relevance prefers.

How to Use

gem install pairhost
pairhost init
# edit ~/.pairhost/config.yml to use your real EC2 & AMI settings

pairhost create "My Cool Pairhost"
pairhost status
pairhost ssh

# down, stop, halt are all aliases
pairhost down

# resume will start a down pairhost
pairhost resume

# up will resume a down pairhost, but if none will create one
pairhost up

# ssh will resume a down pairhost, then SSH to it
pairhost ssh

# all future commands will affect the given instance
pairhost attach instance-id

# destroy and terminate are aliases
pairhost destroy

How to Test

bundler install
rake

How to Update Gem on rubygems.org

rake build
gem push pkg/pairhost