![lks logo](data/images/lks_logo.png) auKsys ============================================ `auksys` is a tool for starting auKsys component, such as the kDB Store. It is part of the [auKsys](https://auksys.org) project. The installation and usage of this tool is documented in the [auKsys docker documentation](https://auksys.org/documentation/installation/docker/). Quick Start ----------- Provided Rust is installed in the system (either via package or the [official install guide](https://www.rust-lang.org/tools/install)): ```bash cargo install auksys ``` Then running the following will start a kDB store with a web interface: ```bash auksys start kdb/store --web ```