Skip to content

City-of-Helsinki/devheldev

Repository files navigation

New dev.hel.fi site's wagtail project

Build Status codecov Requirements

Installation

Installation assumes a working PostgreSQL with table creation rights

  • Clone the repository somewhere and change there for the rest
  • pip install -r requirements.txt or
  • pip install -r dev_requirements.txt
  • npm install
  • createdb heldev
  • python manage.py migrate
  • python manage.py collectstatic
  • python manage.py compress
  • python manage.py createsuperuser
  • python manage.py runserver