File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,12 +136,16 @@ def on_start
136136 puts '** SequenceServer is ready.'
137137 puts " Go to #{ server_url } in your browser and start BLASTing!"
138138 if ip_address
139- puts ' To share your setup, please try one of the following: '
139+ puts ' To share your setup, try one of the following addresses. These'
140+ puts ' may only work within your home, office, or university network.'
140141 puts " - http://#{ ip_address } :#{ config [ :port ] } "
141142 puts " - http://#{ hostname } :#{ config [ :port ] } " if hostname
143+ puts ' To share your setup with anyone in the world, ask your IT team'
144+ puts ' for a public IP address.'
142145 puts ' To disable sharing, set :host: key in config file to 127.0.0.1'
146+ puts ' and restart server.'
143147 end
144- puts ' Press CTRL+C to quit. '
148+ puts ' To terminate server, press CTRL+C'
145149 open_in_browser ( server_url )
146150 end
147151
You can’t perform that action at this time.
0 commit comments