IntelliJ IDEA License Server Linux搭建教程

1.下载大神写的IntelliJ IDEA授权服务器

磁力链接

magnet:?xt=urn:btih:ED1FA379ECBD34D13CB7D14B0C2B024986A6FC79&dn=IntelliJIDEALicenseServer(v1.4).tar

2.将软件包上传至服务器做好准备工作

解压IntelliJIDEALicenseServer(v1.4).tar


IntelliJ IDEA License Server Linux搭建教程_第1张图片
IntelliJIDEALicenseServer中的文件.png

我这是搭建在腾讯云Centos X64的系统下
在服务器上,data目录下新建IntelliJIDEALicenseServer文件夹
将解压中的IntelliJIDEALicenseServer_linux_amd64上传至IntelliJIDEALicenseServer文件夹中


已经上传到了服务器.png
3. 运行软件
#设置 IntelliJIDEALicenseServer_linux_amd64可执行权限
chmod +x  ./IntelliJIDEALicenseServer_linux_amd64
# 运行注册服务
# -p 配置端口号
# -u 配置注册用户名
# nohup 后台挂起
# & 不可少
nohup ./IntelliJIDEALicenseServer_linux_amd64 -p 1017 -u xiongxs &
# 命令回车之后再敲一行回车就可以后台挂起程序了。
4.使用地址激活,http://你的服务器IP地址:1017
IntelliJ IDEA License Server Linux搭建教程_第2张图片
image.png

到/data/IntelliJIDEALicenseServer目录下,查看nohup.out文件,如果有一条激活日志,则激活成功。


IntelliJ IDEA License Server Linux搭建教程_第3张图片
有一条激活记录.png

如果使用的阿里云,腾讯云还要在对应的安全组开启端口访问权限。

你可能感兴趣的:(IntelliJ IDEA License Server Linux搭建教程)