Skip to content

setbe/judge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudo dnf install postgresql-server postgresql-contrib

sudo postgresql-setup --initdb

sudo systemctl start postgresql

sudo systemctl enable postgresql

sudo -i -u postgres psql

CREATE DATABASE judge_brains;

CREATE USER judge WITH ENCRYPTED PASSWORD 'your_secure_password';

GRANT ALL PRIVILEGES ON DATABASE judge_brains TO judge;

\q

Your new file named as '.env' must look like this: DATABASE_URL=postgres://judge:your_secure_password@localhost/judge_brains SERENITY_TOKEN=discord_token_here TELOXIDE_TOKEN=telegram_token_here

About

rusty judge bot for discord and telegram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages