Skip to content

Deploy Database

Poulad edited this page Jun 13, 2017 · 1 revision

Configure Postgres database for deployment

Create user for bot

sudo su - postgres

createuser --createdb -P myttcbot
CREATE DATABASE myttcbot with OWNER = myttcbot;

Open port 5432 through firewall.

Clone this wiki locally