码迷,mamicode.com
首页 > 其他好文 > 详细

IntelliJ IDEA License Server 使用教程与服务器搭建

时间:2018-05-16 15:24:08      阅读:589      评论:0      收藏:0      [点我收藏+]

标签:server   14.   后台运行   class   自定义   strong   ide   oca   yum   

1. 下载

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

2. 使用示例

./IntelliJIDEALicenseServer_linux_amd64 -p 4000 -u StarUDream -prolongationPeriod 31536000

3. 参数

-p:自定义端口
-u:认证用户名
-prolongationPeriod:过期时间

4. 服务器搭建

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!