Local Deployment
Welcome to the fast lane! If you're looking to ran Lightning User Vault right on your machine, you're in the right place. Let's get you set up and running in no time!
🛠️ Prerequisites:
Ensure you have
git
installed to clone the repository.For caching and database functionalities, you'll need to have
PostgreSQL
andMemcached
preinstalled. If you don't want to use these services, you can disable caching and use thePebble
database instead.
📝 Steps:
Clone the Repository:
Build the Binary:
Run the Server:
⚙️ Configuration:
The server runs with default parameters, but you can override them in two ways:
Using Flags: You can provide flags when starting the server to override default configurations. For a detailed list of available flags, refer to this link.
Using Environment Variables: You can set environment variables to configure the server. For a detailed list of available environment variables, refer to this linkthis link.
Note: If both flags and environment variables are provided, the environment variables will take priority.
Last updated