Skip to content

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

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
licence.txt
Notifications You must be signed in to change notification settings

anirudhvenkats/clowdflows

 
 

Repository files navigation

ClowdFlows Project (codename mothra)

If you want to test the live installation of this tool, please check out http://clowdflows.org

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@github.com:janezkranjc/clowdflows.git

Install requirements

cd clowdflows
pip install -r requirements.txt

Optional: install extended requirements

cd clowdflows
pip install -r extended-requirements.txt

you need the extended requirements for some widgets to function.

Configure project

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

Sync database

python manage.py syncdb

Warning: do not create a superuser yet!

Migrate database

python manage.py migrate

Create a superuser

python manage.py createsuperuser

Populate your widget base

python manage.py auto_import_packages -n

Running

python manage.py runserver

Running with debugger

python manage.py runserver_plus

Open browser to http://127.0.0.1:8000

For more info check out the wiki on github!

About

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

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
licence.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published