- Todo
Caution
This setup uses default credentials designed for local development. If someone finds the IP to your instance and it's configured as-is and connected to OHD servers, your servers WILL be compromised.
- Enable Yarn
corepack enable yarn
- Install Dependencies
yarn install
- Set up the Database
docker compose -f docker-compose.yml --profile local up -d
- Setup the ENV
Copy the env example at /apps/backend/.env.example
to /apps/backend/.env
cp ./apps/backend/.env.example ./apps/backend/.env
- Run Migrations
yarn migrate
- Start the application
yarn dev
If using default Settings:
System: MySQL
Server: ohd-db
Username: ohd-rcon
Password: ohd-rcon
Database: ohd-rcon