We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eeea14 commit 0538abdCopy full SHA for 0538abd
build.sbt
@@ -3,7 +3,7 @@ import java.nio.file.Paths
3
4
name := """yona"""
5
6
-version := "1.14.0"
+version := "1.15.0"
7
8
libraryDependencies ++= Seq(
9
// Add your project dependencies here,
dist.sh
@@ -0,0 +1,9 @@
1
+# User this restart shell just for example
2
+#
+PORT=9000
+YONA_DATA=/Users/doortts/repos/yona;export YONA_DATA
+act=/Users/doortts/apps/play2
+
+pid=`ps -ef | grep java | grep activator-launch | awk '{print $2}'`
+kill $pid
+_JAVA_OPTIONS="-Xmx2048m -Xms1024m -Dyona.data=$YONA_DATA -DapplyEvolutions.default=true -Dhttp.port=$PORT" $act dist
0 commit comments