Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the installation directory and decompress the installation package.
cd /path/to/GALAXY/ unzip master.zip mv galaxy-master/ galaxy_install/
- Go to the following directory and enable the Python virtual environment.
cd galaxy_install python -m virtualenv .env/ source .env/bin/activate
- Set the mirror source.
pip config set global.index-url Mirror source address
- Perform the installation.
sh run.sh
Parent topic: Galaxy 22.01 Porting Guide (Kylin V10)