Lucid ᵏᵛ
  • About Lucid ᵏᵛ
  • Getting Started
  • Changelog
  • Documentation
    • API Documentation
    • Production Deployment
  • Other Resources
    • Lucid KV Website
    • Github Repository
Powered by GitBook
On this page
  • Download the Archive
  • First Launch

Was this helpful?

Getting Started

This is the start guide for a Linux user.

PreviousAbout Lucid ᵏᵛNextChangelog

Last updated 5 years ago

Was this helpful?

Download the Archive

Firstly, download and extract the archive from the latest .

$ wget https://github.com/lucid-kv/lucid/releases/latest/download/lucid.zip
$ tar -xvf lucid.zip

First Launch

Once you have downloaded the binary, you can run the help command.

$ ./lucid help

 ██╗    ██╗   ██╗ ██████╗██╗██████╗     ██╗  ██╗██╗   ██╗
 ██║    ██║   ██║██╔════╝██║██╔══██╗    ██║ ██╔╝██║   ██║
 ██║    ██║   ██║██║     ██║██║  ██║    ██╔═██╗ ╚██╗ ██╔╝
 ██████╗╚██████╔╝╚██████╗██║██████╔╝    ██║  ██╗ ╚████╔╝
 ╚═════╝ ╚═════╝  ╚═════╝╚═╝╚═════╝     ╚═╝  ╚═╝  ╚═══╝

A Fast, Secure and Distributed KV store with an HTTP API.
Written in Rust, Fork us on GitHub (https://github.com/lucid-kv)

FLAGS:
    -h, --help         Prints help information
        --no-banner    Disable showing the banner on start
    -V, --version      Prints version information

OPTIONS:
    -c, --config <config>    Specify the Lucid configuration file

SUBCOMMANDS:
    help        Prints this message or the help of the given subcommand(s)
    init        Initialize Lucid and generate configuration file
    server      Run a new Lucid server instance
    settings    Manage the Lucid configuration file
GitHub release