Skip to content

Install normsetzungs server

phihag edited this page Dec 9, 2012 · 13 revisions

How to install an adhocracy normsetzungs server:

Login to the server with

ssh normsetzung-adhocracy1.cn.uni-duesseldorf.de

(or adhocracy-2; switch as required)

Enter the following

cd /home/adhocracy

# On first installation:
sudo wget -nv https://raw.github.com/liqd/adhocracy.buildout/master/build_debian.sh -O build_debian.sh
sudo sh build_debian.sh -u -U adhocracy -M -b hhu

sudo su adhocracy
sh build_debian.sh -s -c buildout_normsetzung.cfg -b hhu

buildout_normsetzung.cfg is checked into our private normsetzung-server-config repository.

FYI: restarting the service ("/etc/init.d/adhocracy_services restart") doesn't always work (issue #15)

Clone this wiki locally