Is there a way to create something like a dist package (like in play framework) so I could run my spray server app (http://spray.io/) with only Java installed on my server?
Asked
Active
Viewed 294 times
1
-
1FYI http://stackoverflow.com/q/17396796/298389 – om-nom-nom Apr 06 '14 at 11:03
-
So it seems I could do that with sbt-assembly. However, would it be enough to create a package using 'dist' sbt command? – Paweł Kozikowski Apr 06 '14 at 11:16
-
you also need to create an entry point, as it shown in the top answer – om-nom-nom Apr 06 '14 at 11:32