Skip to content

WEHI-ResearchComputing/data-commons

Repository files navigation

data-commons

How to run the demo:

  1. Clone this repository
  2. Set up virtual environment
pip install virtualenv
virtualenv flask
  1. Install Flask
pip install flask
  1. Navigate to flask
cd flask
  1. Activate the virtualenv
source bin/activate
  • Check pip for the package if not: pip install virtualenv

Can skip to here if flask is installed and no issue with flask path/ no need to set up virtual env

  1. Navigate to data-commons
cd data-commons
  • If error 'source: no such file or directory' occurs, return to home directory with cd first, then cd data-commons.
  1. Run the app.py
python -m flask run
  1. Go to http://127.0.0.1:5000/ to load the website

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published