concerto / bandshell

A Local Management Utility for the Concerto Player
Other
7 stars 7 forks source link

Minor: Port In URL #11

Closed mikldt closed 10 years ago

mikldt commented 11 years ago

Concerto Player launches bandshell at port 4567, but the setup screen indicates just http://ip.ip.ip.ip/setup. Perhaps this information could be gleaned from environment/request vars?

augustf commented 11 years ago

Strangely, none of the remote URL's work for me.

mikldt commented 11 years ago

Looks like you can get them going by going to production mode. I just submitted #14, but here's a way to test this quickly in the current image:

  1. vim /var/lib/gems/1.9.1/gems/bandshell-0.0.19/bin/bandshelld
  2. Change line 10 to ConcertoConfigServer.run! :environment => :production
  3. /usr/local/bin/bandshelld restart (the change won't survive a reboot)

The port is still 4567.

augustf commented 11 years ago

Yeah-we should adjust the view to show the proper port number now.

tyrantkhan commented 10 years ago

resolved in 236e5be