From 43ea3778121adcfe1ef4c9e7134df3075f68e65b Mon Sep 17 00:00:00 2001 From: Brett Bieber <brett.bieber@gmail.com> Date: Fri, 7 Sep 2012 08:14:24 -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..966a022 --- /dev/null +++ b/DEPLOYMENT @@ -0,0 +1,20 @@ +Deploying the UNL Search website +============================================ + +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://www1.unl.edu/var/www/html/www1.unl.edu/search + +Deployment +---------- +:: + +$ git push live master -- GitLab