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 python=3.8
conda activate emhub

cd ~/work/development
git clone git@github.com:3dem/emhub.git
git clone git@github.com:3dem/emhub-testdata.git

cd emhub
pip install -e .

export FLASK_APP=emhub
export FLASK_ENV=development
export EMHUB_TESTDATA=~/work/development/emhub-testdata
export EMHUB_INSTANCE=~/work/development/emhub/instance

# Now launch the built-in Flask development server:
flask run

# or with gunicorn:
gunicorn -k gevent --workers=2 'emhub:create_app()' --bind 0.0.0.0:8080

To initialize the db:

python -m emhub.data

Running tests

python -m unittest emhub.tests

Publishing the package to PyPI

In order to make the emhub available to install with pip install emhub, we need to:

python install twine restructuredtext-lint
cd emhub

# It might be a good idea to check the README.rst before uploading:
rst-lint README.rst

python setup.py sdist
twine upload dist/emhub-0.0.1a3.tar.gz

Creating a Docker image

A Dockerfile has been include to create Docker images.

cd emhub
docker build . -t emhub
docker run --rm -p 8080:8080 --name=emhub -v $PWD/instance:/instance

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.2.4.tar.gz (7.6 MB view details)

Uploaded Source

File details

Details for the file emhub-0.2.4.tar.gz.

File metadata

  • Download URL: emhub-0.2.4.tar.gz
  • Upload date:
  • Size: 7.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.6

File hashes

Hashes for emhub-0.2.4.tar.gz
Algorithm Hash digest
SHA256 42df4764de7c54b2cb6e20402a803ccc727dcff958992b2ad55784ad8cd5871a
MD5 1e3cbd6baf2f7137e405c2eda1385e18
BLAKE2b-256 c28965ee62593fa482ab2514338e1ce761d91c9f43fe84ef40ba039b1fe4f9ec

See more details on using hashes here.

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