- Memcached
$ docker run --name spex_memcached -p 11211:11211 -d memcached memcached -m 64
-
Copy
.env.development
to.env.development.local
-
Set the following variables:
OMERO_HOST=<Correct host>
OMERO_WEB=http:<Correct web host>
DATA_STORAGE=<YOUR DATA_STORAGE Location>
- Run server
$ pip install pipenv
$ pipenv install --system --deploy --ignore-pipfile
$ pipenv shell
$ export MODE=development
$ python ./app.py