Giter Site home page Giter Site logo

jrebellicenseserverforjava's Introduction

typora-copy-images-to
img

JrebelLicenseServerforJava

搭建jrebel激活服务; 欢迎star。

源项目fork自这里,仅用作记录,谢谢。

源地址: https://gitee.com/gsls200808/JrebelLicenseServerforJava

使用教程

  1. 准备工作,你需要一个后台一直运行的服务,可以在阿里云购买一台轻量级应用服务器,并且安装好java环境;

    点击这里可以迅速获得优惠券

https://www.aliyun.com/minisite/goods?userCode=eogi8dax

1577170416862

  1. 克隆本项目,打成jar包,会生成jar包,或者到这里直接下载也行(已经打好包了)

    mvn clean package
    
  2. 把jar包传送到云服务器上,然后进入到jar包所在目录,执行以下命令:

    # nohup  命令   &     :表示后台运行,这样保证ssh连接断开服务也是一直开着的
    nohup java -jar JrebelBrainsLicenseServerforJava-1.0-SNAPSHOT-jar-with-dependencies.jar -p 8888 &
  3. 最后,可以检查下是否OK了,可以通过浏览器访问ip:8888或者使用命令查看: ps -ef | grep java

温馨提示:跳过第二步直接在这里下载打好的jar包也行:

链接:https://pan.baidu.com/s/1utLWewXesFq18UMawLhF2Q 
提取码:eps0

Jrebel & Jet Brains License Server for Java

A license server for Jrebel & JetBrains products, it also support JRebel for Android and XRebel.


Thank ilanyu

NOTE: This is provided for educational purposes only. Please support genuine.


Setup

Run:

cd /path/to/project
mvn compile 
mvn exec:java -Dexec.mainClass="com.vvvtimes.server.MainServer" -Dexec.args="-p 8888"

Packing a runnable jar:

mvn package

then

java -jar JrebelBrainsLicenseServerforJava-1.0-SNAPSHOT-jar-with-dependencies.jar -p 8888

default port is 8888.

Or use gradle

gradle shadowJar

java -jar JrebelBrainsLicenseServerforJava-1.0-SNAPSHOT-all.jar -p 8888

Docker

Build image

mvn package 
docker build -t jrebel-ls .

start container

docker run -d --name jrebel-ls --restart always -e PORT=9001 -p 9001:9001 jrebel-ls

default port is 8888,you can modify it

Support

Jrebel

JRebel for Android

XRebel

JetBrains Products

Feedback

jrebellicenseserverforjava's People

Contributors

gsls200808 avatar howareyouo avatar byron4j avatar nn200433 avatar techstay avatar sangbobo avatar qunlang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.