No description
Find a file
2016-12-23 13:42:34 +01:00
bin Project name 2016-12-09 06:13:01 +01:00
docs Project name 2016-12-09 06:13:01 +01:00
publichealth Added codeKit 2016-12-23 13:42:34 +01:00
vagrant Initial from torchbox/cookiecutter-wagtail 2016-12-09 06:11:31 +01:00
.bowerrc Bootstrap SASS theme 2016-12-12 23:43:20 +01:00
.editorconfig Bootstrap SASS theme 2016-12-12 23:43:20 +01:00
.gitignore Bootstrap SASS theme 2016-12-12 23:43:20 +01:00
bower.json Moved paper into repo, reduced deps 2016-12-19 11:32:58 +01:00
config.codekit3 Added codeKit 2016-12-23 13:42:34 +01:00
fabfile.py Project name 2016-12-09 06:13:01 +01:00
Gruntfile.js Bootstrap SASS theme 2016-12-12 23:43:20 +01:00
manage.py Project name 2016-12-09 06:13:01 +01:00
package.json Bootstrap SASS theme 2016-12-12 23:43:20 +01:00
Procfile Project name 2016-12-09 06:13:01 +01:00
readme.md Moved paper into repo, reduced deps 2016-12-19 11:32:58 +01:00
requirements.txt Initial page model with translation support 2016-12-09 06:54:14 +01:00
runtime.txt Initial from torchbox/cookiecutter-wagtail 2016-12-09 06:11:31 +01:00
stellar.yaml Project name 2016-12-09 06:13:01 +01:00
Vagrantfile Project name 2016-12-09 06:13:01 +01:00

Public Health Schweiz

Website of the Swiss Society for Public Health

Development environment

Backend setup

sudo apt-get install python3-venv python3-dev libjpeg-dev
pyvenv env
. env/bin/activate

pip install -U pip
pip install -r requirements.txt

./manage.py migrate
./manage.py createsuperuser
./manage.py runserver

Frontend setup

npm install -g bower grunt-cli
npm install
bower install
grunt browser-sync