Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Akka.Remote and Akka.Cluster Bootstrapping Tools for Akka.NET

License

Notifications You must be signed in to change notification settings

petabridge/akkadotnet-bootstrap

Repository files navigation

Akka.NET Bootstrapping Tools

Update 5-23-2023: No Longer Maintained, No Longer Needed.

Akka.Hosting now does everything that Akka.Bootstrap did, but with better Microsoft.Extensions.Configuration support and more. Please check it out.


Akka.Remote and Akka.Cluster bootstrapping utilities for Akka.NET on various runtime environments.

To learn more about a specific runtime environment, please see the following:

Building this solution

To run the build script associated with this solution, execute the following:

Windows

c:\> build.cmd all

Linux / OS X

c:\> build.sh all

If you need any information on the supported commands, please execute the build.[cmd|sh] help command.

This build script is powered by FAKE; please see their API documentation should you need to make any changes to the build.fsx file.

This library is maintained by Petabridge®. Copyright 2015-2020.