Skip to content

Latest commit

 

History

History
137 lines (80 loc) · 4.71 KB

File metadata and controls

137 lines (80 loc) · 4.71 KB

Launch Galaxy

The Laniakea dashboard tiles allow user to deploy a standard Galaxy production environment through two methods: |galaxy_vm| and |galaxy_latest|.

.. seealso::

   To login to the Laniakea dashboard visit the section: :doc:`/user_documentation//authentication/authentication`.

img/galaxy_express_tile.png

The |galaxy_vm| instantiate a CentOS 7 Virtual Machine with Galaxy, all its companion software and the set of tools that come with the selected flavour. Once deployed each Galaxy instance can be further customized with additional tools and reference data.

This version is usually quite reliable and work well for most users.

img/get_galaxy_express.gif
img/galaxy_live_build_tile.png

The |galaxy_latest| allows to setup and launch a virtual machine configured with the Operative System CentOS 7 and the auxiliary applications needed to support a Galaxy production environment such as PostgreSQL, Nginx, uWSGI and Proftpd and to deploy the Galaxy platform itself and the tools that come with the selected flavour.

This version is recommended for those users which want to be sure to have the latest available version of each tool.

img/get_galaxy_live_build.gif

Warning

In fact, each tool is downloaded from the repositories and configured on the fly. Depending on the number of the tools to be installed the deployment process may take time a variable amount of time.

Instantiate Galaxy

Enter the |galaxy_vm| or |galaxy_latest| configuration section. The configuration options are the same.

img/configure_virtual_hardware.png

Provide a description for your instance using the Instance description field, which will identfy your Galaxy in the Deployments page, once your request is submitted.

Two panels allows to configure the virtual hardware and the Galaxy instance respectively.

Virtual hardware configuration

  1. Select your instance flavour (virtual CPUs and the memory size). More information on available virtual hardware presets can be found here: :doc:`virtual_hdw_presets`.

  2. Copy & Paste your SSH key, to login in the Galaxy instance or configure it in the :doc:`/user_documentation//ssh_keys/ssh_keys` page.

  3. Laniakea provides the possibility to encrypt the storage volume associated with the virtual machine on-demand, to protect user data.

    To enable storage encryption set the switch to ON.

    Warning

    Only the external volume where Galaxy data are stored is encrypted, not the Virtual Machine root disk.

    The storage will be encrypted with a strong alphanumerical passphrase. More information on this topic can be found here:

  4. Finally, it is possible to select the user storage volume size.

Galaxy configuration

img/configure_galaxy.png
  1. Select the Galaxy version, the instance administrator e-mail and the Galaxy brand tag (the top-left name in the Galaxy home page).

  2. Provide a valid e-mail address as Galaxy administrator credential.

    Note

    A notification mail will be sent to this e-mail address once the deployment is done.

  3. Select the Galaxy flavour among those available (see section :doc:`galaxy_flavours`).

  4. Select Galaxy reference dataset. The default should be the best choice for most users (see section :doc:`galaxy_refdata`).

  5. Finally, SUBMIT your request.

Galaxy access

Once your Galaxy instance is ready, a confirmation e-mail is sent to the Laniakea user and to the galaxy administrator email, if different, with the Galaxy URL and user credentials.

Warning

If you don't receive the e-mail:

  1. Check you SPAM mail directory
  2. Chek mail address spelling
  3. Wait 15 minutes more.

The instance information are also available in the Deployments page of the dashboard:

img/deployments_page.png

The galaxy administrator password and the API key are automatically set during the instatiation procedure and are the same for each instance:

User: administrator e-mail

Password: galaxy_admin_password

API key: ADMIN_API_KEY

Warning

Change the Galaxy password and API key as soon as possible!

Warning

The anonymous login is disabled by default.