{"id":20178793,"url":"https://github.com/drsnowbird/webstorm-vnc-docker","last_synced_at":"2025-07-28T10:35:23.708Z","repository":{"id":90087776,"uuid":"165564843","full_name":"DrSnowbird/webstorm-vnc-docker","owner":"DrSnowbird","description":"Docker WebStorm JavaScript IDE in VNC for Cloud Container Deployment","archived":false,"fork":false,"pushed_at":"2020-11-25T05:03:23.000Z","size":1727,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T06:02:19.360Z","etag":null,"topics":["javascript","javascript-framework","web-ui-framework","webstorm"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DrSnowbird.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-13T23:11:10.000Z","updated_at":"2023-03-20T12:12:12.000Z","dependencies_parsed_at":"2023-03-02T23:00:11.814Z","dependency_job_id":null,"html_url":"https://github.com/DrSnowbird/webstorm-vnc-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrSnowbird%2Fwebstorm-vnc-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrSnowbird%2Fwebstorm-vnc-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrSnowbird%2Fwebstorm-vnc-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrSnowbird%2Fwebstorm-vnc-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DrSnowbird","download_url":"https://codeload.github.com/DrSnowbird/webstorm-vnc-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248161233,"owners_count":21057552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","javascript-framework","web-ui-framework","webstorm"],"created_at":"2024-11-14T02:23:30.600Z","updated_at":"2025-04-10T04:44:42.489Z","avatar_url":"https://github.com/DrSnowbird.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebStorm IDE in a Docker container + Java 8 (1.8.0_191) JDK + Maven 3.6 + Python 3.5 + PIP3 18.1 + npm 3.5.2 + nodejs v4.2.6 + Gradle 5.1 + noVNC/VNC (as Cloud-based Container Desktop)\n\n[![](https://images.microbadger.com/badges/image/openkbs/webstorm-vnc-docker.svg)](https://microbadger.com/images/openkbs/webstorm-vnc-docker \"Get your own image badge on microbadger.com\") [![](https://images.microbadger.com/badges/version/openkbs/webstorm-vnc-docker.svg)](https://microbadger.com/images/openkbs/webstorm-vnc-docker \"Get your own version badge on microbadger.com\")\n\n# Components:\n* WebStorm version \"2018.3\"\n* java version \"1.8.0_201\"\n  Java(TM) SE Runtime Environment (build 1.8.0_201-b09)\n  Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode)\n* Apache Maven 3.6.0\n* Python 3.5.2\n* npm 6.4.1 + node v10.15.0 (from NodeSource official Node Distribution)\n* Gradle 5.1\n* VNC/noVNC for remote Desktop over Container Platform (Openshift, Kubernetes, etc.)\n* Other tools: git wget unzip vim python python-setuptools python-dev python-numpy \n\n## Requirements\n* Docker 1.13.1+ or latest 17.12.1-ce \n\n# Run (recommended for easy-start)\nImage is pulling from openkbs/webstorm-vnc-docker\n```\n./run.sh\n```\n\n## Mobile devices and Desktop PC supported / tested:\n* SmartPhones: tested ok! iPhone5 Safari works though phone screen size being too small vs the desired HD 1920x1080. It should work across all the smartphones with HTML5-capable brwosers. Hence, to access with small phone screen, run with VNC_RESOLUTION=800x600 (or adjust it to fit your phone's screen size)\n* Tablets: tested ok! Amazon Fire with noVNC works!. It should work across all the tablets with HTML5-capable brwosers.\n![WebStorm on Amazon Fire tablet](doc/webstorm-vnc-docker-on-Amazon-Fire-tablet.jpeg).\n* Desktop PC or MacBook: tested ok! It should work across all PCs Desktop with HTML5-capable brwosers. ![WebStorm on Desktop PC Browser](doc/webstorm-vnc-docker-on-Desktop-PC-Browser.png)\n\n## Connect to VNC Viewer/Client or noVNC (Browser-based VNC)\n* connect via VNC viewer localhost:5901, default password: vncpassword\n* connect via noVNC HTML5 full client: http://localhost:6901/vnc.html, default password: vncpassword\n* connect via noVNC HTML5 lite client: http://localhost:6901/?password=vncpassword\n\nOnce it is up, the default password is \"vncpassword\" to access with your web browser:\n```\nhttp://\u003cip_address\u003e:6901/vnc.html,\ne.g.\n=\u003e Standalone Docker: http://localhost:6901/vnc.html\n=\u003e Openshift Container Platform: http://\u003croute-from-openshift\u003e/vnc.html\n=\u003e similarly for Kubernetes Container Platform: (similar to the Openshift above!)\n```\n\n## Build\nYou can build your own image locally.\n\n```\n./build.sh\n```\n## Making plugins persist between sessions\nIf you run \"./run.sh\" instead of \"docker-compose up\", you don't have to do anything as below.\n\nWebStorm configurations are kept on `$HOME/.WebStorm2018.1` inside the container, so if you\nwant to keep them around after you close it, you'll need to share it with your\nhost.\n\nFor example: (Version might be different - use run.sh instead)\n\n```sh\ndocker run -ti --rm \\\n\n           -v $HOME/.WebStorm2018.3:/home/developer/.WebStorm2018.3 \\\n           -v `pwd`:/home/developer/workspace \\\n           openkbs/WebStorm-docker\n```\n\n# See Also - Other docker-based IDE\n* [openkbs/docker-atom-editor](https://hub.docker.com/r/openkbs/docker-atom-editor/)\n* [openkbs/eclipse-photon-docker](https://hub.docker.com/r/openkbs/eclipse-photon-docker/)\n* [openkbs/eclipse-photon-vnc-docker](https://hub.docker.com/r/openkbs/eclipse-photon-vnc-docker/)\n* [openkbs/eclipse-oxygen-docker](https://hub.docker.com/r/openkbs/eclipse-oxygen-docker/)\n* [openkbs/intellj-docker](https://hub.docker.com/r/openkbs/intellij-docker/)\n* [openkbs/intellj-vnc-docker](https://hub.docker.com/r/openkbs/intellij-vnc-docker/)\n* [openkbs/knime-vnc-docker](https://hub.docker.com/r/openkbs/knime-vnc-docker/)\n* [openkbs/netbeans10-docker](https://hub.docker.com/r/openkbs/netbeans10-docker/)\n* [openkbs/netbeans](https://hub.docker.com/r/openkbs/netbeans/)\n* [openkbs/papyrus-sysml-docker](https://hub.docker.com/r/openkbs/papyrus-sysml-docker/)\n* [openkbs/pycharm-docker](https://hub.docker.com/r/openkbs/pycharm-docker/)\n* [openkbs/scala-ide-docker](https://hub.docker.com/r/openkbs/scala-ide-docker/)\n* [openkbs/sublime-docker](https://hub.docker.com/r/openkbs/sublime-docker/)\n* [openkbs/webstorm-docker](https://hub.docker.com/r/openkbs/webstorm-docker/)\n* [openkbs/webstorm-vnc-docker](https://hub.docker.com/r/openkbs/webstorm-vnc-docker/)\n\n## Reference\n* https://download.jetbrains.com/idea\n* https://www.jetbrains.com/idea/\n* https://www.jetbrains.com/webstorm/\n\n# Releases information\n```\nroot@1b69cb491038:/usr# ./printVersions.sh \n+ echo JAVA_HOME=/usr/java\nJAVA_HOME=/usr/java\n+ java -version\njava version \"1.8.0_201\"\nJava(TM) SE Runtime Environment (build 1.8.0_201-b09)\nJava HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode)\n+ mvn --version\nApache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z)\nMaven home: /usr/apache-maven-3.6.0\nJava version: 1.8.0_201, vendor: Oracle Corporation, runtime: /usr/jdk1.8.0_201/jre\nDefault locale: en_US, platform encoding: ANSI_X3.4-1968\nOS name: \"linux\", version: \"4.15.0-43-generic\", arch: \"amd64\", family: \"unix\"\n+ python -V\nPython 2.7.12\n+ python3 -V\nPython 3.5.2\n+ pip --version\npip 18.1 from /usr/local/lib/python3.5/dist-packages/pip (python 3.5)\n+ pip3 --version\npip 18.1 from /usr/local/lib/python3.5/dist-packages/pip (python 3.5)\n+ gradle --version\n\n------------------------------------------------------------\nGradle 5.1.1\n------------------------------------------------------------\n\nBuild time:   2019-01-10 23:05:02 UTC\nRevision:     3c9abb645fb83932c44e8610642393ad62116807\n\nKotlin DSL:   1.1.1\nKotlin:       1.3.11\nGroovy:       2.5.4\nAnt:          Apache Ant(TM) version 1.9.13 compiled on July 10 2018\nJVM:          1.8.0_201 (Oracle Corporation 25.201-b09)\nOS:           Linux 4.15.0-43-generic amd64\n\n+ npm -v\n6.4.1\n+ node -v\nv10.15.0\n+ cat /etc/lsb-release /etc/os-release\nDISTRIB_ID=Ubuntu\nDISTRIB_RELEASE=16.04\nDISTRIB_CODENAME=xenial\nDISTRIB_DESCRIPTION=\"Ubuntu 16.04.3 LTS\"\nNAME=\"Ubuntu\"\nVERSION=\"16.04.3 LTS (Xenial Xerus)\"\nID=ubuntu\nID_LIKE=debian\nPRETTY_NAME=\"Ubuntu 16.04.3 LTS\"\nVERSION_ID=\"16.04\"\nHOME_URL=\"http://www.ubuntu.com/\"\nSUPPORT_URL=\"http://help.ubuntu.com/\"\nBUG_REPORT_URL=\"http://bugs.launchpad.net/ubuntu/\"\nVERSION_CODENAME=xenial\nUBUNTU_CODENAME=xenial\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrsnowbird%2Fwebstorm-vnc-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrsnowbird%2Fwebstorm-vnc-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrsnowbird%2Fwebstorm-vnc-docker/lists"}