Local Galaxy Quickstart using Docker
- docker
- docker-compose
- Clone repository
docker-compose build
docker-compose up -d
- Navigate to localhost:8080
- Install tools (https://galaxyproject.org/admin/tools/add-tool-from-toolshed-tutorial/)
- Configure tools to allow unescaped html output (as needed)
- Edit galaxy.yml and restart container using
docker-compose restart