在Ubuntu上搭建IntelliJ IDEA license server服务器
- 下载idea license server包:http://blog.lanyus.com/archiv...
-
解压安装包:根据Linux版本选择对应32位或者64位
# 以Linux64位系统为例,将IntelliJIDEALicenseServer_linux_amd64放在`/home/当前用户的家目录/ide`文件夹下 /home/saboran/ide/IntelliJIDEALicenseServer_linux_amd64 # 笔者目录
-
根据选择的执行文件编写启动脚本,并放在开机启动目录
sudo vim /etc/init.d/ide_license.sh # 编写脚本
文件内容如下:
#! /bin/bash sudo /home/saboran/IntelliJIDEALicenseServer_linux_amd64 & bg # 笔者目录
-
设置可执行权限
sudo chmod a+x /etc/init.d/ide_license.sh
-
执行
sudo /etc/init.d/ide_license.sh
- 完成,可以使用License server:
http://{你的ip}:1017
来激活你的ide啦
所以便有了一个可以激活Phpstorm、Webstorm、Gogland的在线服务:http://35.200.42.223:1017
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。