Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[che-dev] IntelliJ-based community images for Eclipse Che first release

Hello everyone! I'm happy to announce that the Editors Team successfully released community images for the alternative Che editors based on IntelliJ IDEA Community [1] and PyCharm Community [2].

Few words about released images. We currently support:
  • IntelliJ IDEA Community
    • 2020.3.1
    • 2020.3.2
    • 2020.3.3 (which is latest)
  • PyCharm Community
    • 2020.3
    • 2020.3.1
    • 2020.3.2
    • 2020.3.3
    • 2020.3.4
    • 2020.3.5 (which is latest)
Latest tags point to the latest supported version of IntelliJ IDEA Community and PyCharm Community.

Next tags point to the latest commit in the main branch for each particular supported IntelliJ-based IDE.

To pull and run images locally it is enough to call:
To run images on the localhost it is enough to call:
$ docker run --env --rm -p 8887:8887 -it quay.io/che-incubator/che-idea
$ docker run --env --rm -p 8887:8887 -it quay.io/che-incubator/che-pycharm
For more information about the project and how to run a workspace using IntelliJ-based IDE follow the documentation section [3].
For bugs and questions, there is a label that should be added to issues related to the JetBrains products: area/editor/intellij [4].
There is also a development guide that describes how to run other IntelliJ-based IDEs in Eclipse Che [5].
Docker images are also available as zipped archives that can be downloaded manually and loaded to Docker through the docker load command [6].

Note: The 2021 version has not been supported by the Projector Server yet [7] [8].


--

VLADYSLAV ZHUKOVSKYI

SOFTWARE ENGINEERORACLE CERTIFIED ASSOCIATE, JAVA SE 8

Red Hat EMEA, Cherkasy, Ukraine

vzhukovs@xxxxxxxxxx    M: 380634355319    


Back to the top