标签:server 14. 后台运行 class 自定义 strong ide oca yum
1.1版:http://blog.lanyus.com/archives/189.html
1.2版:http://blog.lanyus.com/archives/228.html
1.3版:http://blog.lanyus.com/archives/231.html
1.4版:http://blog.lanyus.com/archives/305.html
1.5版:http://blog.lanyus.com/archives/314.html
./IntelliJIDEALicenseServer_linux_amd64 -p 4000 -u StarUDream -prolongationPeriod 31536000
-p:自定义端口
-u:认证用户名
-prolongationPeriod:过期时间
nginx 配置
location / {
proxy_pass http://127.0.0.1:4000;
}
screen 后台运行
yum install -y screen
screen -S jetbrains
./IntelliJIDEALicenseServer_linux_amd64
然后使用 ctrl + A + D,隐藏 screen 会话。
IntelliJ IDEA License Server 使用教程与服务器搭建
标签:server 14. 后台运行 class 自定义 strong ide oca yum
原文地址:https://www.cnblogs.com/StarUDream/p/9045459.html