From 1f443c0ba939a2ba619e2e5d44a2b3a786b6f45b Mon Sep 17 00:00:00 2001 From: James Wang Date: Mon, 21 Dec 2015 16:53:38 -0500 Subject: [PATCH] Add setup instuctions to the README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0ee3fef..ce59bca 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,11 @@ The EasyCTF website for the 2016 competition. **Front End** : Angular.js (JavaScript) Color Scheme: #69D2E7 | #A7DBDB | #E0E4CC | #F38630 | #FA6900 + +Setting Up The Environment +---------- +1. Download [VirtualBox](https://www.virtualbox.org) and [Vagrant](https://www.vagrantup.com) +2. Run `vagrant up` to create the Virtual Machine according to `Vagrantfile` +3. Run `vagrant ssh` to connect to the Virtual Machine +4. Run `./deploy` to deploy the site +5. View the site on port 8000