Intecture Build Status Coverage Status

Intecture is a developer friendly, language agnostic configuration management tool for server systems.

You can find out more at intecture.io.

Install

Auto

The quick way to get up and running is by using the Intecture installer.

$ curl -sSf https://static.intecture.io/install.sh | sh

Manual

First, as this project is written in Rust, you'll need...well, Rust!

Next, clone this repository to your local machine and use the Makefile to build it:

$ git clone https://github.com/intecture/auth $ cd auth/ $ make $ make test && sudo make install

Note that we chained the test and install targets. Thus if the tests fail, we don't install a bad binary!

Once this has finished, you should have a shiny new binary called inauthserv, which lives in /usr/local/bin if it exists, or /usr/bin if not.

Uninstall

Run the uninstall target on the Makefile:

$ cd auth/ $ sudo make uninstall

Support

For enterprise support and consulting services, please email support@intecture.io.

For any bugs, feature requests etc., please ticket them on GitHub.