Skip to content
Orange Data Mining Homepage
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
config docker: Add basic Dockerfile that can serve django Oct 17, 2017
courses Refactor repeated styles and fix margins Aug 10, 2017
download
error_report sentry: replace orange-bio with Orange3-Bioinformatics Oct 29, 2018
homepage
orange_web
scripts Redesign landing page, searchable widgets catalog, testemonials. Jul 11, 2016
wordpress_theme
.gitignore Ignore binaries. May 6, 2014
.travis.yml
Dockerfile
LICENSES
README.rst
manage.py
requirements.txt
requirements_production.txt Update psycopg2 requirement Aug 17, 2017

README.rst

Orange Data Mining Homepage

Install for development

  1. Clone from the repository:

    git clone https://github.com/biolab/orange-web.git
    

    You can also use SSH-based URLs or URLs of your forks.

  2. Create and activate new Python virtual environment:

    virtualenv ~/.virtualenv/orangeweb
    source ~/.virtualenv/orangeweb/bin/activate
    
  3. Move to location where you cloned the repository and run:

    pip install -r requirements.txt
    
  4. Run:

    python manage.py runserver
    

    and start developing!

You can’t perform that action at this time.