https://github.com/humbertodias/payara-ide
Online Visual code IDE configured with payara tools extension, ready for development.
https://github.com/humbertodias/payara-ide
docker java payara-micro visual-code
Last synced: about 1 year ago
JSON representation
Online Visual code IDE configured with payara tools extension, ready for development.
- Host: GitHub
- URL: https://github.com/humbertodias/payara-ide
- Owner: humbertodias
- Created: 2020-08-16T22:15:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T04:22:31.000Z (about 2 years ago)
- Last Synced: 2025-03-02T02:09:05.478Z (about 1 year ago)
- Topics: docker, java, payara-micro, visual-code
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/hldtux/payara-ide
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/humbertodias/payara-ide/actions/workflows/docker.yml)
Online Visual code IDE configured with payara tools extension, ready for development.
## Micro Project
make template
## Run
PORT=9000 docker compose up -d
For MacOS
Adding local directory as a possible volume path
```shell
SETTINGS=~/Library/Group\ Containers/group.com.docker/settings.json
ADDING_PWD_DIRECTORY=".filesharingDirectories |= . + [\"$(PWD)\"]"
jq $ADDING_PWD_DIRECTORY $SETTINGS > /tmp/modified.json
cp /tmp/modified.json $SETTINGS
```
Then
http://localhost:9090/?folder=/opt/projects/micro-sample
Password is *password*






## Ref
* [code-server](https://hub.docker.com/r/linuxserver/code-server)
* [payara-micro-vscode-tooling](https://blog.payara.fish/payara-micro-vscode-tooling)
* [fixing-the-var-folders-error-in-docker-for-mac](https://medium.com/effy-tech/fixing-the-var-folders-error-in-docker-for-mac-v2-2-3-2a40e776132d)