6f19e22531906fd6a1ae135d00ad11bc0426a7af brianlee Thu Nov 14 11:12:38 2013 -0800 Adding central.db=hgcentral line to places where we explain needed .hg.conf refs #12170 diff --git src/userApps/README src/userApps/README index 75075ee..55f4e20 100644 --- src/userApps/README +++ src/userApps/README @@ -126,30 +126,31 @@ been collected together in one file: kentUtils.Documentation.txt ======================================================================== MySQL database access: Many of the commands can use the UCSC public MySQL server, or your own local MySQL server with UCSC data formats. Add these three lines to a file in your HOME directory called '.hg.conf' and set its permissions to: 'chmod 600 .hg.conf' db.host=genome-mysql.cse.ucsc.edu db.user=genomep db.password=password + central.db=hgcentral This '.hg.conf' file is used by the kent commands to determine the MySQL host and user/password to the database. For your local MySQL installation, use your host name and your read-only user/password names. ======================================================================== Installing required packages: On a MacOS system, you will need the XCode system installed: https://developer.apple.com/xcode/ And the Mac Ports install system: http://www.macports.org/ With the Mac ports and XCode systems installed, you can install the additional packages required (and helpful):