1a5e0c8a18a754369662bac65abca9b1f64fee64 jnavarr5 Tue Dec 29 11:37:29 2020 -0800 Escaping a period that gets encoded differently on the HTML page, refs #23297 diff --git src/product/installer/README.md src/product/installer/README.md index 28ceadf..8125efc 100644 --- src/product/installer/README.md +++ src/product/installer/README.md @@ -77,31 +77,31 @@ * MySQL (MariaDB) connections, used to load tracks not local to your computer: * US server: Port 3306 on genome-mysql.soe.ucsc.edu (128.114.119.174) * European server: Port 3306 on genome-euro-mysql.soe.ucsc.edu (129.70.40.120) * Rsync, used to download track data: * US server: TCP port 873 on hgdownload.soe.ucsc.edu (128.114.119.163) * European server: TCP port 873 on hgdownload-euro.soe.ucsc.edu (129.70.40.99) * Download HTML descriptions on the fly: * US server: TCP port 80 on hgdownload.soe.ucsc.edu (128.114.119.163) * European server: TCP port 80 on hgdownload-euro.soe.ucsc.edu (129.70.40.99) ### Root file system too small for all data If you need to move data to another partition because the root file system is too small for all of the assembly\'s data, the following steps will help complete the installation. First, do a minimal installation with the browserSetup.sh script as described below, using just the \"install\" -argument. Then make symlinks to the directory that will contain the data, e.g. if your biggest +argument. Then make symlinks to the directory that will contain the data, e.g\. if your biggest filesystem is called \"/big\": ``` sudo mv /var/lib/mysql /big/ sudo mv /gbdb /big/ sudo ln -s /big/mysql /var/lib/mysql sudo ln -s /big/gbdb /gbdb ``` Then use the \"mirror\" or \"minimal\" arguments to browserSetup.sh to rsync over the majority of the data. # GBiC Commands