Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 911 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 911 Bytes

clock-build

This repository includes both a virtual machine (VM) and build script for launching a new instance of the Clock. Development in progress.

Instructions

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

Development

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.

Production

Put instructions about keys and stuff here...

Use the aws Vagrant provider.

$ vagrant up --provider=aws