You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/sphinx/DetailedTopics/archetypes.rst
+12
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,18 @@ to your packaging for Debian. *Note:* All specified users are **deleted** on an
123
123
124
124
*Note:* It is not a good idea to use **root** as the ``appUser`` for services as it represents a security risk.
125
125
126
+
Akka Microkernel Application
127
+
----------------------------
128
+
129
+
Akka microkerneal application is simlar to a Java Command Line application. Instead to run the ``mainClass``, akka microkernel application need run java with main class ``akka.kernel.Main``. The bash/bat script that starts up a Akka application is copied from Akka distribution. To use this archetype in your build, do the following in your ``build.sbt``:
0 commit comments