Distributed Operating Environment (DOPE)
High level environment management for the Aurae runtime suite. Use this to develop against the suite. Use this to install the project toolchain into various Linux distributions.
If you are working directly with the aurae toolchain, or its source code you should probably start here.
To install everything Aurae on a Linux distribution run the following from this repository
make submodules # Please do not forget to do this!
# Then just follow a normal process
make
make pki config # Generate certs and a default aurae config
make # Compile and install aurae and auraedOr a wrapper for everything
make all