-
Notifications
You must be signed in to change notification settings - Fork 1
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.
Everything needed to run the migas service is bundled and usable with docker compose
. To start a local instance:
git clone https://github.com/nipreps/migas-server.git
cd migas-server
docker compose up
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)