diff --git a/DEPLOYMENT b/DEPLOYMENT new file mode 100644 index 0000000000000000000000000000000000000000..728526e04a5c834ace74fc61e7c8245638b6d3c2 --- /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