Skip to content
This repository has been archived by the owner on Dec 30, 2017. It is now read-only.

sloria/sepal

Repository files navigation

Sepal

Prerequisites

  • Python >= 2.5
  • pip
  • yaafe
  • virtualenv (virtualenvwrapper is recommended for use during development)

Installation

  • Install prerequisites
  • cd to sepal directory
  • Optional: Edit compiled.txt to choose your database adapter. Skip this to use sqlite
  • If windows: install all the exe's in requirements/win64/*
  • $ pip install -r requirements/dev.txt
  • $ cp sepal/settings/local-dist.py sepal/settings/local.py (so that local.py won't be added to your source control)
  • Edit local.py with your local database settings.
  • $ python manage.py syncdb
  • $ python manage.py schemamigration --initial datasets
  • $ python manage.py migrate datasets
  • $ python manage.py runserver

Running tests

  • Run tests using $ fab test

License

This software is licensed under the New BSD License. For more information, read the file LICENSE.