我要评分
获取效率
正确性
完整性
易理解

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