First Time Setup
Welcome! This guide will walk you through the process of setting up Drako Paste from start to finish. Follow each step carefully, and you'll be up and running in no time.
Step 1: Prerequisites
Step 2: Quick Setup
1. Create .env
.envMONGODB_URI="mongodb://localhost:27017/drakopaste"
NEXTAUTH_SECRET="change-me"
NEXTAUTH_URL="http://localhost:3000"
SYSTEM_SETUP_KEY="change-me"
SECURE="false"
PORT="3000"2. Install
3. Run
Step 3: Admin Panel
Last updated