Giter Site home page Giter Site logo

docker-idea's Introduction

Docker Images for Jetbrains' IDEs

Docker images for select Jetbrains' IDEs - IntelliJ and PHPStorm.

Requirements

Docker

Installation

Pull the required image using

About

In order to inspect your codebase using the provided images, you'll need to run the Jetbrains CLI inspection tool. This is the entry-point for all containers in this repository.

The project to be analysed must be a valid IDEA project. You are required to version-control the .idea folder:

  • .idea/inspectionProfiles/Project_Default.xml - analyzer settings.
  • .idea/modules.xml - or you'll get the error - "This project contains no modules"
  • .idea/misc.xml - or you'll get the error - "The JDK is not configured properly for this project"
  • *. iml-* - or you'll get an error about a non-configured JDK in the module.

Inspecting a PHP project

docker run --volume=$(pwd):/app docker.pkg.github.com/supercid/docker-idea/phpstorm:2020.1.1 /app /app/.idea/inspectionProfiles/Project_Default.xml /app/output -d /app -v2

Inspecting a Java project

docker run --volume=$(pwd):/app docker.pkg.github.com/supercid/docker-idea/intellij:2018.1.1 /app /app/.idea/inspectionProfiles/Project_Default.xml /app/output -d /app -v2

Authors

  • Mridang Agarwalla

Credits

License

Licensed under the MIT License - see the LICENSE file for details.

docker-idea's People

Contributors

gryshko avatar jluostar avatar mridang avatar supercid avatar

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.