pjay / plush

Push notifications for mobile apps - built on the Typesafe stack to ensure scalability
Other
103 stars 31 forks source link

assembly the solution #4

Closed juandebravo closed 6 years ago

juandebravo commented 10 years ago

The sbt-assembly plugin builds an assembly that can be easily deployed.

// Build the assembly
sbt assembly

// Run the solution
cd target/scala-2.xx
java -jar plush-assembly-1.1-SNAPSHOT.jar