Skip to content

Genentech/spex_ms_omero_sessions

Repository files navigation

spex/microservices/ms-omero-proxy

Deployment

  1. Memcached

$ docker run --name spex_memcached -p 11211:11211 -d memcached memcached -m 64

  1. Copy .env.development to .env.development.local

  2. Set the following variables:

OMERO_HOST=<Correct host>
OMERO_WEB=http:<Correct web host>

DATA_STORAGE=<YOUR DATA_STORAGE Location>
  1. Run server
$ pip install pipenv 
$ pipenv install --system --deploy --ignore-pipfile
$ pipenv shell
$ export MODE=development
$ python ./app.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages