Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

DARE BIGJOB installation

Sharath Maddineni edited this page Aug 13, 2013 · 16 revisions

Requirements:

  • Python 2.5 or newer

Installation Steps:

  1. Check out the code

    $ mkdir workspace

    $ cd workspace

    $ git clone https://github.com/saga-project/DARE/

  2. Create virtualenv

    $ virtualenv /tmp/envdare

    $ source /tmp/envdare/bin/activate

  3. INSTALL DARE-BIGJOB Env.

    $ cd DARE/DARE-BIGJOB

    $ pip install -r requirements.txt

  4. create/sync/update Database schema

    $ python manage.py syncdb

    $ python manage.py migrate

  5. Running the django web server

    $ python manage.py runserver

  6. Visit browser http://localhost:8000/

Clone this wiki locally