Search code examples
linuxportupsource

Change port of Jetbrain Upsource


First, i googled about the issue, but couldn't find anything.

Issue: On installation, i changed the port to 8081. But now its used by another app. So, is there any way to change port of upsource? (Linux)


Solution

  • This is the correct way.
    1. ./bin/upsource.sh stop
    2../bin/upsource.sh configure --base-url=http://(server-name).com:(port) --listen-port=(port)
    3. ./bin/upsource.sh start
    4. Head to http://(server-name).com:(port)