A pallet project to launch development boxes for pairing.
Devbox bootstraps itself using the devbox
shell script; there is no
separate install script. It handles installing its own dependencies,
which means the first run will take longer.
- Make sure you have a Java JDK version 6 or later.
- Download the script.
- Place it on your
$PATH
. (~/bin
is a good choice if it is on your path.) - Set it to be executable. (
chmod 755 ~/bin/devbox
)
Configure your AWS key:
devbox aws 'AWS-Key' 'AWS-Secret'
In a git directory, run:
devbox start github-user1 github-user2 …
Copyright © 2014 Hugo Duncan
Distributed under the Eclipse Public License.