Skip to content

kkasravi/cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cluster

Sets up simple cluster

###How to Build

## Build Gearpump
sbt clean pack

This will generate scripts under target/pack/bin

##How to Package for distribution

## Package Gearpump
sbt clean pack-archive

This will produce target/gearpump${version}.tar.gz which contains the ./bin and ./lib files.

##How to Install to /usr/local

## Run Build step above
cd target/pack
sudo make install PREFIX="/usr/local"

This will install scripts to /usr/local/bin and jars to /usr/local/lib

###How to run after building

  1. Start master, member and client
## Start master
target/pack/bin/master
## Start member
target/pack/bin/member
## Start client
target/pack/bin/client

About

example akka cluster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages