Skip to content

Starting own instance

Mathias Goncalves edited this page Mar 8, 2023 · 1 revision

This page is dedicated to developers who wish to host their own instance of the migas service.

Container

Everything needed to run the migas service is bundled and usable with docker compose. To start a local instance:

  1. git clone https://github.com/nipreps/migas-server.git
  2. cd migas-server
  3. docker compose up

Local

If you want to install and run the server locally, you can install this package with pip:

# current master
pip install https://github.com/nipreps/migas-server/archive/refs/heads/master.zip

# or a tagged release
pip install hhttps://github.com/nipreps/migas-server/archive/refs/tags/0.3.2.zip
  • Note that you will need to the non-Python packages separately (See Dependencies page)
Clone this wiki locally