luminus

Marcel Dell 2023-03-23T06:17:10.659999Z

Hi guy, So I recently built a full stack Luminus application and I am trying to deploy it to an aws ec2 instance, what is the best and maybe simplest solution to this. Completely new to devops

tobias 2023-03-24T08:38:57.240629Z

How important is it to you to use aws? If you're open to other hosting options then the easiest I've found is Java elastic cloud aka jelastic. I wrote a blog post about it a while back: https://tobyloxy.com/post/deploy-clojure-web-app/

šŸ‘ 1
Marcel Dell 2023-03-25T00:36:05.845309Z

Yeah, a regulatory requirement

javahippie 2023-03-23T11:24:55.886319Z

I’m not really that familiar with EC2, but as a starting point: When you create a runnable JAR via ā€šlein uberjarā€˜, you should be able to use a Java Tutorial for the deployment