Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 527 Bytes

README.rst

File metadata and controls

21 lines (15 loc) · 527 Bytes

Buildout configuration for sverok.voteit.se

This is the buildout for the production server on sverok.voteit.se

Installation

git clone https://github.com/VoteIT/sverok_buildout.git
cd sverok_buildout
virtualenv . -p python2
source bin/activate
pip install zc.buildout
buildout -c develop.cfg

You're of course free to copy and adapt this version. Any contribution or suggestions is of course encouraged - and appreciated!

/The VoteIT team