Browse Source

Update 'README.md'

天问 2 months ago
parent
commit
cf683859dc
1 changed files with 18 additions and 0 deletions
  1. 18 0
      README.md

+ 18 - 0
README.md

@@ -1,2 +1,20 @@
 # jetbrains-license-server
 
+内网部署 jetbrains license server
+
+## Usage
+
+1、启动服务
+```
+docker run -d -p 9999:1017 registry.cn-hangzhou.aliyuncs.com/kennylee/jetbrains-license-server
+
+```
+
+2、idea 设置 license sever,并点击 Active:
+
+http://host:9999
+
+3、修复hosts文件
+
+添加 `0.0.0.0 account.jetbrains.com`
+