Skip to content

wayneeseguin/aurae-environment

 
 

Repository files navigation

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

About

Distributed Operating Environment (DOPE)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 79.4%
  • Makefile 20.6%