自己搭建IntelliJ IDEA授权服务器

时间:2022-02-08 19:23:15
https://github.com/Jrohy/Idea_LicenseServer_onekey

  运行

bash <(curl -L -s https://raw.githubusercontent.com/Jrohy/Idea_LicenseServer_onekey/master/install.sh)

  按着提示操作就可以了

安装完后

/usr/local/Idea_LicenseServer_onekey/lanyus_src

这个目录下 创建

IntelliJIDEALicenseServer.html
<!DOCTYPE html>

<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="//dn-lbstatics.qbox.me/pintuer/1.0/pintuer.mini.css">
<title>安伟idea服务器</title>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?0de7e180ed0f898071676dd6e10d803f";
var s = document.getElementsByTagName("script")[];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>
服务器正常使用中。。。<br/>
(如果条件允许,请支持正版)<br/>
自助搭建完整教程请见:<a href='https://www.cnblogs.com/songanwei/p/9316012.html'>自己搭建IntelliJ IDEA授权服务器</a><br/>
<script async src="//dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<div class="line text-big">
<div class="x2 x1-move" style="margin-top:100px;margin-left:38%;">
<span id="busuanzi_container_site_pv" style="display: inline;">
<div class="padding border border-sub border-dotted fadein-bottom">
<span id="busuanzi_container_site_pv2">本站总访问量<span id="busuanzi_value_site_pv"></span>次</span>
</div>
</span>
</div>
</div> </body>
</html>