Skip to content

A web based data mining workflow platform with real-time analysis capabilities

License

Notifications You must be signed in to change notification settings

yyuzhong/clowdflows

This branch is 402 commits behind xflows/clowdflows:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 19, 2014
6b8c9bc · Sep 19, 2014
Mar 17, 2014
Jul 1, 2013
Mar 27, 2014
Mar 15, 2013
Nov 20, 2012
Nov 25, 2013
Jan 21, 2014
Jun 7, 2013
Jan 21, 2014
Sep 8, 2014
Oct 14, 2013
Sep 19, 2014
Dec 18, 2013
Nov 20, 2013
Oct 15, 2012
Sep 24, 2013
May 14, 2013
Sep 19, 2014
Sep 8, 2014
Sep 5, 2012
Jul 4, 2013

Repository files navigation

Mothra Django Project

Prerequisites

  • python >= 2.5
  • pip
  • virtualenv/wrapper (optional)

Installation

Creating the environment

Create a virtual python environment for the project. If you're not using virtualenv or virtualenvwrapper you may skip this step.

For virtualenvwrapper

mkvirtualenv --no-site-packages mothra-env

For virtualenv

virtualenv --no-site-packages mothra-env
cd mothra-env
source bin/activate

Clone the code

Obtain the url to your git repository.

git clone git@source.ijs.si:clowdflowsinterfaces/mothra.git mothra

Install requirements

cd mothra
pip install -r requirements.txt

Configure project

cp mothra/__local_settings.py mothra/local_settings.py
vi mothra/local_settings.py

Sync database

python manage.py syncdb

Migrate database

python manage.py migrate

Running

python manage.py runserver

Running with debugger

python manage.py runserver_plus

Open browser to http://127.0.0.1:8000

About

A web based data mining workflow platform with real-time analysis capabilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published