Skip to main content

Web application for monitoring EM results

Project description

Web application for monitoring EM results

Launching the development server

conda create --name=emhub-flask-py37 python=3.7 flask sqlalchemy pillow h5py flask-login
conda activate emhub-flask-py37
pip install sqlalchemy-utc requests tzlocal

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

To initialize the db: python -m emhub.data

Running tests

python -m unittest emhub.tests

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

emhub-0.0.1a3.tar.gz (7.7 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page