Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandrecarlton/intellij-idea-docker
IntelliJ in a Docker container
https://github.com/alexandrecarlton/intellij-idea-docker
Last synced: 17 days ago
JSON representation
IntelliJ in a Docker container
- Host: GitHub
- URL: https://github.com/alexandrecarlton/intellij-idea-docker
- Owner: AlexandreCarlton
- Created: 2018-04-25T05:42:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T06:09:20.000Z (over 6 years ago)
- Last Synced: 2024-10-30T07:57:00.390Z (2 months ago)
- Language: Makefile
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IntelliJ Docker
[![Build Status](https://travis-ci.org/AlexandreCarlton/intellij-idea-docker.svg?branch=master)](https://travis-ci.org/AlexandreCarlton/intellij-idea-docker)
A Docker image to fire up IntelliJ IDEA.
The intended usage of this is to test index migration, where I can compile the
indices within the container and test it on my local workspace to potentially
save an hour of indexing for everyone else.Stretch goals:
- Install plugins (we could just map in the configuration directory, or make
it a persistent volume).
- Allow configuration for different platforms (clion, pycharm, etc).