pekko/akka-kernel/src/main/dist
2014-01-21 15:14:27 +01:00
..
bin =clu,rem #3632 Correct wrong transport in docs 2014-01-21 15:14:27 +01:00
config switch master to 2.3-SNAPSHOT 2013-07-09 10:59:36 +02:00
deploy Improve the distribution download 2011-12-24 17:39:48 +13:00
scripts #3107 - Moving the relevant scripts and samples into the dist folder of the akka-kernel project 2013-04-03 16:59:07 +02:00
LICENSES replace embedded JMX Client with jmxsh, see #3461 2013-06-21 00:44:12 +02:00
README switch master to 2.3-SNAPSHOT 2013-07-09 10:59:36 +02:00

Akka
====

This is the Akka 2.3-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/scala/microkernel.html`).

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

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

    bin/akka-cluster --help