https://github.com/genentech/spex_ms_omero_sessions
https://github.com/genentech/spex_ms_omero_sessions
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/genentech/spex_ms_omero_sessions
- Owner: Genentech
- License: other
- Created: 2022-09-13T00:32:49.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T16:08:37.000Z (over 1 year ago)
- Last Synced: 2025-03-30T01:31:44.755Z (about 1 year ago)
- Language: Python
- Size: 112 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
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
```