This repository includes both a virtual machine (VM) and build script for launching a new instance of the Clock. Development in progress.
You'll need Vagrant and the Vagrant AWS Provider. Install Vagrant for your system, then run the following to get the AWS Provider.
$ vagrant plugin install vagrant-aws
Just run the default Vagrant provider.
$ vagrant up
Once this is done (it'll take a while), you'll have the Clock running locally at http://localhost:3000. You can log in and poke around:
$ vagrant ssh
Any changes you make to the clock/
directory on the host system will be reflected in the VM.
Put instructions about keys and stuff here...
Use the aws
Vagrant provider.
$ vagrant up --provider=aws