66065d1a4070eda46e1f5d388e449a62f9e64c37 jnavarr5 Fri Jan 8 14:41:41 2021 -0800 Making the contact page an absolute link to make it work on the markdown file, refs #23297 diff --git src/product/installer/README.md src/product/installer/README.md index 847685c..740cda3 100644 --- src/product/installer/README.md +++ src/product/installer/README.md @@ -26,31 +26,31 @@ requires 2TB-7TB of storage for the hg19 assembly. Note that this exceeds the current maximum size of a single Amazon EBS volume. # Quick Start Instructions Download the GBiC program from the [UCSC Genome Browser store](https://genome-store.ucsc.edu/). Run the program as root, like this: sudo bash browserSetup.sh install The `install` command downloads and configures Apache, MySQL (MariaDB) and Ghostscript, copies the Genome Browser CGIs, and configures the mirror to load data remotely from UCSC. The `install` command must be run before any other command is used. -For mirror-specific help, please contact the Mirror Forum as listed on our [contact page](../../contacts.html). +For mirror-specific help, please contact the Mirror Forum as listed on our [contact page](https://genome.ucsc.edu/contacts.html). For an installation demonstration, see the [Genome Browser in the Cloud (GBiC) Introduction](https://www.youtube.com/watch?v=dcJERBVnjio) video: <p> <iframe width="560" height="315" src="https://www.youtube.com/embed/dcJERBVnjio?rel=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p> # How does the GBiC program work? The GBiC program downloads the Genome Browser CGIs and sets up the central MySQL (MariaDB) database. All potentially destructive steps require confirmation by the user (unless the `-b` batch mode option is specified).