首先,我在Google上搜索了此问题,但找不到任何东西。
问题:
在安装时,我将port
更改为8081
。但是现在它已被另一个应用程序使用。那么,有什么办法可以更改upsource
的端口吗? (Linux)
最佳答案
这是正确的方法。
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.前往http://(server-name).com:(port)
关于linux - 更改Jetbrain Upsource的端口,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/36350754/