kandanapp / kandan

Kandan is an Open Source Alternative to HipChat
GNU Affero General Public License v3.0
2.72k stars 408 forks source link

settings: add option select new port instead of ruby default 3000 #433

Closed hozmaster closed 8 years ago

hozmaster commented 9 years ago

I would like change port number to another I've another service runnig in that port.

I'm running in my kandan instance in my own private server.

scouttyg commented 9 years ago

You can! When running locally, you can always run rails server -p 3001 for example, to run on port 3001 rather than port 3000. The Procfile also supports supplying a $PORT variable to do this as well.

hozmaster commented 9 years ago

Yes, i'm totally aware that i could run server that way. This is not very flexible way run kandan in my system.

scouttyg commented 9 years ago

Could you let us know some things about your system? It's hard to give specific advice as to the best way to help if we don't know the background of how your system was set up.

scouttyg commented 8 years ago

I'm going to close this issue, but let me know if you have any updates!