Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 891 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 891 Bytes

HHU design for normsetzung@hhu

To install adhocracy with the HHU layout on a debian/Ubuntu/arch system, type

wget -nv https://raw.githubusercontent.com/liqd/adhocracy/develop/build.sh -O build.sh
sh build.sh -c hhu

(If the above wget fails, you can also download the file with your browser, use wget 1.14 or newer, or curl:

curl -sS https://raw.githubusercontent.com/liqd/adhocracy/develop/build.sh -o build.sh

). After downloading and executing build.sh, type

adhocracy_buildout/bin/adhocracy_interactive.sh

and navigate to http://localhost:5001/. The initial credentials are admin@adhocracy.lan : password .

For troubleshooting have a look at our wiki.