Initial Configuration

  1. Copy .env.example to .env and configure settings:

# On Unix/Linux/macOS
cp .env.example .env

# On Windows
copy .env.example .env

Note: Required for v3.7.6.5.8.1 and later versions. Contains essential configuration settings for database, API keys, and system features. 2. Update environment variables as needed 3. Set appropriate file permissions 4. Configure database credentials if using MySQL

Last updated