Deployment
Self-Hosting Guide
For maximum sovereignty, you can run the Lumora AI Node on your own hardware or private cloud. This guide details the installation process.
Hardware Requirements: 2 vCPU, 4GB RAM, 20GB SSD. Docker and Docker Compose must be installed.
01. Clone the Repository
Bash
git clone https://github.com/web3/lumora-node.git
cd lumora-node
02. Configure Environment
Copy the example environment file and add your BSC_RPC and TG_API_KEY.
Bash
cp .env.example .env
nano .env
03. Launch Node
Docker
docker-compose up -d
Agent successfully deployed locally