Nav apraksta

Brandon Wong 652f4b549d added start-docker script and deployment instructions 1 gadu atpakaļ
.clj-kondo d56bf78f23 working server (empty) 1 gadu atpakaļ
dev d56bf78f23 working server (empty) 1 gadu atpakaļ
src 652f4b549d added start-docker script and deployment instructions 1 gadu atpakaļ
.gitignore 2215cbd642 added build script (for uberjar) 1 gadu atpakaļ
README.md 652f4b549d added start-docker script and deployment instructions 1 gadu atpakaļ
build.clj 2215cbd642 added build script (for uberjar) 1 gadu atpakaļ
deps.edn 2215cbd642 added build script (for uberjar) 1 gadu atpakaļ
start-docker.sh 652f4b549d added start-docker script and deployment instructions 1 gadu atpakaļ

README.md

Attendant

To Build and Deploy

Run clojure -T:build uber, which will run the :build alias tool (from deps.edn) and call the "uber" function in build.clj. Look for the finished product in the target directory.

Then copy the standalone jar file to the server, make sure there is the appropriate "files" folder, make sure the jar version number matches the one in the docker script, and run the docker script.