480c09e328f794fdc3b1bb2b5b3803c35385ae43
max
  Tue Jul 15 02:37:36 2014 -0700
Adding scripts for Windows/OSX that create the network name "genome.ucsc.local", rm #12843
diff --git src/browserbox/README.txt src/browserbox/README.txt
index aac30f8..30df370 100644
--- src/browserbox/README.txt
+++ src/browserbox/README.txt
@@ -1,18 +1,27 @@
 This directory contains the config files that are needed for the 
 Genome Browser in a box. It should be possible to convert
 a Ubuntu 13 installation into a Genome Browser in a box by copying all these
-files into the root directory as sudo.
+files into the root directory as sudo. (Redmine #11957)
 
 the following symlinks are not part of the git repo:
 usr/local/apache/htdocs/folders -> /media
 usr/local/apache/trash ->  /data/trash/
 usr/local/apache/userdata -> /data/userdata/
 var/lib/mysql -> /data/mysql
 
 Change ownerships of /data/gbdb, /data/trash and /data/userdata to www-data and /data/mysql to mysql
 
 This tree does not include the trash cleaner binaries as they are > 5MB.
 
+The directory clientInstall/ contains two small scripts that add the entry
+"genome.ucsc.local" to the local hosts file. One is written in VisualBasic for
+Windows, the other is in AppleScript for OSX. The AppleScript version also
+contains a firewall rule that redirects localhost:1234 to localhost:80, the
+only way to get a restricted port (<1024) to work with VirtualBox. 
+(Redmine #12834)
+
 All other changes of the box are documented in root/changes.txt
 
 The red box clipart is from http://www.clker.com/clipart-14656.html
+
+