Skip to content

Latest commit

 

History

History
 
 

dagon

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Dagon

A topology overlord. Boots components for you.

Build

You will need pony-stable to build the project. Compile and install it, then run these commands.

Build dagon:

stable fetch
stable env ponyc --debug

Build dagon-child:

cd dagon-child
stable fetch
stable env ponyc --debug
cd ..

Quickstart

dagon-pony takes four arguments:

-t time in seconds to wait for processing to finish after Giles
   Sender is done
-f configuration file path
-h host ip address dagon should listen on
-D delays the start of Giles Senders

Example:

./dagon -t 10 -f double-divide.ini -h 127.0.0.1:8080