Hi everyone,
If you are a Java developer and using IntelliJ, you might have heard or used Jrebel (https://www.jrebel.com/products/jrebel). Jrebel helps Java developers save a tremendous amount of time when debugging/building JAVA applications.
In this post, I would introduce you 2 approaches to use Jrebel freely (not recommended).
1. SET IT UP AND RUN (USING MY SERVER)
To get a random GUID, you can visit GUID generator at https://www.guidgen.com/
E.g: URL: http://jrebel.tuyen.pw:8888/8e461205-288b-462e-87eb-e14d536baff2
2. DOCKER INSTALLED REQUIRED (EITHER ON YOUR PC OR YOUR SERVER)
Execute the following command on your server (or your machine), make sure port 8081 is available to use. If not, change the value
-p 8081:8001
to -p your_desired_port:8081
(the second 8081 is the default exposed port inside the container)
docker run -d -p 8081:8081 --name jrebel-server cyberman219/jrebel-server
Once you successfully started the container, activate Jrebel with the URL http://{your-server}:8081/{randomGUID}
ENJOY Posted by http://tuyen.pw