Go to file
Oleg Lavrovsky c10b4c7683 bitbucket-pipelines.yml added 2017-01-18 14:26:48 +00:00
bin Project name 2016-12-09 06:13:01 +01:00
docs Project name 2016-12-09 06:13:01 +01:00
publichealth Improved responsive design 2017-01-18 12:13:36 +01:00
vagrant Vagrant provisioning and README 2016-12-14 10:43:06 +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 Improved responsive design 2017-01-18 12:13:36 +01:00
Gruntfile.js Improved responsive design 2017-01-18 12:13:36 +01:00
Procfile Project name 2016-12-09 06:13:01 +01:00
Vagrantfile Project name 2016-12-09 06:13:01 +01:00
bitbucket-pipelines.yml bitbucket-pipelines.yml added 2017-01-18 14:26:48 +00:00
bower.json Moved paper into repo, reduced deps 2016-12-19 11:32:58 +01:00
config.codekit3 mockup updates 2017-01-16 15:46:05 +01:00
fabfile.py Project name 2016-12-09 06:13:01 +01:00
manage.py Project name 2016-12-09 06:13:01 +01:00
package.json Improved responsive design 2017-01-18 12:13:36 +01:00
readme.md Updated readme and upgraded to Wagtail 1.8 2017-01-10 16:56:45 +01:00
requirements.txt Updated readme and upgraded to Wagtail 1.8 2017-01-10 16:56:45 +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

readme.md

Public Health Schweiz

Website of the Swiss Society for Public Health

Development environment

The easiest way to set up your machine would be to use Vagrant, then in the project folder in the terminal type:

vagrant liverun

Backend setup

After installing Python 3, from the project folder:

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

You will be asked a few questions to create an administrator account.

Frontend setup

Make sure a recent version of node.js is installed, then:

npm install -g bower grunt-cli
npm install
bower install

If you have one installed, also start your local redis server (service redis start).

Starting up

Run this after completing setup:

./manage.py runserver &
grunt browser-sync

A default browser should open pointing to the default home page.

Now access the admin panel with the user account you created earlier: http://localhost:3000/admin/