Setup:
-
If on Windows install WSL2 and Ubuntu 20.04 LTS
-
Install Docker (or Docker Desktop on Windows)
-
Run the start script:
./start-galaxy.sh
To modify or add tools:
-
Create / modify tools
-
Add tool to the tool_conf.xml file in the galaxy-config folder (see the example in the xml file for the openmc tool)
-
Restart the galaxy container:
./restart-galaxy.sh
Common issues:
-
On windows getting permissions errors, remove special characters:
sed -i -e 's/\r$//' start-galaxy.sh
-
Then sort permissions:
chmod +x start-galaxy.sh
-
And run as normal:
./start-galaxy.sh