Installation

Prerequisites

  • Ansible. (installation manual
  • Ansible version 2.4.0.0 is tested and required.
  • The easiest way to obtain ansible is by pip install ansible==2.4.0.0. libssl-dev needs to be installed on your system before you run this.

Setting up galaxy-launcher

  1. Obtain galaxy-launcher from the releases page.
  2. If you want to use the development version you can clone the git repository. git clone --recursive https://github.com/LUMC/galaxy-launcher.git
  3. Unpack the release archive.
  4. Install ansible requirements
  5. Go to the galaxy-launcher directory cd galaxy-launcher
  6. and run ansible-galaxy install -r requirements.yml