Code Monkey home page Code Monkey logo

free-idea's Introduction

free-idea

Free IntelliJ IDEA License Server in Docker

v1.0.0 status

中文文档

Usage

The following two ways to deploy Docker services.

Docker Hub(Recommend)

Docker Hub: windomz/free-idea

Run the following line to deploy in Docker:

$ docker run --restart=always -p 25252:25252 --name free-idea -d windomz/free-idea

Docker Build(Source)

Compile & Build from the source.

1. Installation

Cloned to the deployment path.

$ git clone https://github.com/WindomZ/free-idea.git
$ cd free-idea

You should have had Docker installed.

2. Build and Run

Open the terminal(Linux or MacOS).

Run build.sh with default port(25252):

$ ./build.sh

Or, specify the port(e.g. 10829):

$ ./build.sh 10829

If fail, can try the root role:

$ sudo ./build.sh

Set license server

  1. Open IntelliJ IDEA(or WebStorm, PhpStorm, etc.).
  2. In License Activation, choose License server.
  3. Enter http://127.0.0.1:25252 in the License server address input.
  4. Click OK button.

Reference

  • ilanyu - IntelliJ IDEA License Server v1.4

License

The MIT License

free-idea's People

Watchers

 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.