-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Jose Miguel de la Rosa Trevin edited this page Aug 4, 2020
·
4 revisions
Web application for monitoring EM results
conda create --name=emhub-flask-py37 python=3.7 flask sqlalchemy pillow h5py
conda activate emhub-flask-py37
export FLASK_APP=emhub
export FLASK_ENV=development
# For testing with thumbnails
cd ~/work/development
git clone git@github.com:3dem/emhub-testdata.git
export EMHUB_TESTDATA=~/work/development/emhub-testdata
flask run
Main
Admin
Applications
Development