pekko/akka-kernel/src/main/dist
2012-04-24 10:19:36 +02:00
..
bin Removed the 'jmxclient' JAR. Instead changed AkkaBuild to get it from the Typesafe Maven Repo and tweaked 'akka-cluster' script to use it. 2012-04-24 10:19:36 +02:00
config Update version to 2.1-SNAPSHOT 2012-03-05 10:50:54 +13:00
deploy Improve the distribution download 2011-12-24 17:39:48 +13:00
README Removed 'ping' command. Replaced checking with 'is-available'. Added a bit of info to README for distribution. 2012-04-23 14:13:05 +02:00

Akka
====

This is the Akka 2.1-SNAPSHOT download.

Included are all libraries, documentation, and sources for Akka.

This download can also be used for running the Akka Microkernel.


Contents
--------

- README    - this document
- bin       - start scripts for the Akka Microkernel and Akka Cluster admin tool
- config    - config files for microkernel applications
- deploy    - deploy dir for microkernel applications
- doc       - Akka documentation and Scaladoc API
- lib       - all Akka jars and dependencies
- src       - source jars for Akka


Microkernel
-----------

This download includes everything needed for a self-contained Akka
Microkernel. See the documentation for more information about the
microkernel (see `doc/akka/docs/modules/microkernel.html`).

There is a sample microkernel application included in this download.
Start this application with the following command:

    bin/akka sample.kernel.hello.HelloKernel


Cluster Administration Tool
---------------------------

The 'akka-cluster' tool is an administration tool for managing Akka cluster nodes.
Learn more by invoking:

    bin/akka-cluster --help