An open API service indexing awesome lists of open source software.

https://github.com/genentech/spex_ms_omero_sessions


https://github.com/genentech/spex_ms_omero_sessions

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# spex/microservices/ms-omero-proxy

## Deployment

1. Memcached

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

3. Copy `.env.development` to `.env.development.local`

5. Set the following variables:
```
OMERO_HOST=
OMERO_WEB=http:

DATA_STORAGE=
```

6. Run server
```
$ pip install pipenv
$ pipenv install --system --deploy --ignore-pipfile
$ pipenv shell
$ export MODE=development
$ python ./app.py
```