/aurae-environment

Distributed Operating Environment (DOPE)

Primary LanguageShellApache License 2.0Apache-2.0

Aurae Installer and Builder Environment

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.

Compiling and Installing

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 auraed

Or a wrapper for everything

make all