Skip to content

Online Visual code IDE configured with payara tools extension, ready for development.

Notifications You must be signed in to change notification settings

humbertodias/payara-ide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ci-docker

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

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

About

Online Visual code IDE configured with payara tools extension, ready for development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published