summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-08-18 10:09:01 -0400
committerJules Laplace <jules@okfoc.us>2015-08-18 10:09:01 -0400
commitbb973c2a2ceef0008325129bcde0ff9ddc3fdb6a (patch)
treefee666316e65737510e2e479a548ad7a36197e2c
parent3c36de54b57422f34c367934fdf62873b881fa20 (diff)
installation instructions
-rw-r--r--README.md17
-rwxr-xr-xviews/home.ejs1
2 files changed, 17 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1c95b14..3bb1093 100644
--- a/README.md
+++ b/README.md
@@ -19,3 +19,20 @@ vvalls
| | .' | |/ | | \| | `. | |
+------+' +------+ +------+ +------+ `+------+
```
+
+Installing VValls
+=================
+
+1) Install mongodb, nodejs, npm (probably comes with node) and bower
+2) `git clone git@github.com:okfocus/vvalls.git`
+3) `cd vvalls ; git checkout subscriptions`
+4) `npm install`
+5) `bower install`
+6) `cp config.json.example config.json`
+7) Start the mongod server (if it isn't running already)
+8) `node server`
+
+Server will be running on http://lvh.me:3000/
+
+To give yourself superuser access, visit http://lvh.me:3000/staff/authorize (development mode only)
+
diff --git a/views/home.ejs b/views/home.ejs
index a48b2dc..6d76f1c 100755
--- a/views/home.ejs
+++ b/views/home.ejs
@@ -60,7 +60,6 @@
<h1>Sign Up</h1>
<div class="projectList about aboutintro">
- [[ include about/_plans ]]
</div>
<h1>Room Showcase</h1>