11 Star 28 Fork 28

gsls200808 / JetBrainsLicenseServerforPython

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 900 Bytes
一键复制 编辑 原始数据 按行查看 历史
gsls200808 提交于 2017-11-08 10:20 . 更新 README.md

JetBrainsLicenseServerforPython

这是一个Python语言版的JetBrains License Server模拟器,支持python3,兼容python2.7.(本来不打算支持2的,后来感觉对centos7默认的python版本无奈了,改centos7的默认python比改python代码麻烦多了)

使用方法

安装所需要的如下两个库

pip3 install rsa
pip3 install flask

如果python版本位python2 安装库的代码改为

pip install rsa
pip install flask

用cd命令切换到JetBrainsLicenseServer.py所在目录

linux版运行

export FLASK_APP=JetBrainsLicenseServer.py
export FLASK_DEBUG=1
flask run --port 8080 --host 0.0.0.0

windows版运行

set FLASK_APP=JetBrainsLicenseServer.py
set FLASK_DEBUG=1
flask run --port 8080 --host 0.0.0.0

本地搭建的服务器地址设置为

http://localhost:8080
Python
1
https://gitee.com/gsls200808/JetBrainsLicenseServerforPython.git
git@gitee.com:gsls200808/JetBrainsLicenseServerforPython.git
gsls200808
JetBrainsLicenseServerforPython
JetBrainsLicenseServerforPython
master

搜索帮助