# IntelliJIDEA **Repository Path**: dog/IntelliJIDEA ## Basic Information - **Project Name**: IntelliJIDEA - **Description**: IntelliJIDEA授权服务器的搭建 其他破解方式http://idea.lanyus.com/ - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2019-09-03 - **Last Updated**: 2023-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # IntelliJIDEA #### 项目介绍 IntelliJIDEA授权服务器的搭建 以centos为例子 其他破解方式http://idea.lanyus.com/ ```linux ├── IntelliJIDEALicenseServer //资源包 ├── IntelliJIDEALicenseServer.html //代理成功的页面 ├── IntelliJIDEALicenseServer_linux_amd64 //选择对应自己系统的即可 ├── README.md ├── idea.conf //nginx反向代理的配置文件 ├── restart.sh //重启脚本 ├── start.sh //启动脚本 └── stop.sh //关闭脚本 ``` 如果使用的不是IntelliJIDEALicenseServer_linux_amd64,则需要替换stop.sh和start.sh中对应的资源名即可 ```linux ##在根目录下 sh start.sh //启动 sh stop.sh //关闭 sh restart.sh //重启 ```