[![License][license-img]][license-url] [![GitHub release][release-img]][release-url]
Running ant
creates two .xar
files in the build
directory. Deploy the -dev
one to the local exist-db instance, it will show up in /db/apps/jgoethe
. Open any of the files of the app in eXide, and then choose Application → Synchronize → [x] Synchronize automatically to sync the contents with the original folder, enabling working on it in eXide and commiting using git.
docker run -d --name jgoethe -e EXIST_ENV=production -p 8765:8080 thvitt/jgoethe:latest
… runs the image in a background process (-d
) and in production mode, exposing the web app at port 8765, ready to be proxied.
docker build --no-cache --tag=thvitt/jgoethe:latest .
TODO