From 43d23d0fe477f653463b44b01c7a4806d2294c12 Mon Sep 17 00:00:00 2001
From: Brett Bieber <brett.bieber@gmail.com>
Date: Thu, 30 Aug 2012 09:20:36 -0500
Subject: [PATCH] Add deployment information

---
 DEPLOYMENT | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 DEPLOYMENT

diff --git a/DEPLOYMENT b/DEPLOYMENT
new file mode 100644
index 0000000..728526e
--- /dev/null
+++ b/DEPLOYMENT
@@ -0,0 +1,20 @@
+Deploying the WDN comment system
+============================================
+
+Prerequisites
+-------------
+The developer needs a SSH account on `www1.unl.edu` and
+has to be in the `ucomm` group.
+
+
+Local setup
+-----------
+::
+
+$ git remote add live ssh://ucommsrv.unl.edu/var/www/html/www1.unl.edu/comments
+
+Deployment
+----------
+::
+
+$ git push live master
-- 
GitLab