Rate This Document
Findability
Accuracy
Completeness
Readability

Compilation and Installation

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Go to the installation directory and decompress the installation package.
    cd /path/to/GALAXY/
    unzip master.zip
    mv galaxy-master/ galaxy_install/
  3. Go to the following directory and enable the Python virtual environment.
    cd galaxy_install
    python -m virtualenv .env/
    source .env/bin/activate
  4. Set the mirror source.
    pip config set global.index-url Mirror source address
  5. Perform the installation.
    sh run.sh