Skip to content

Commit

Permalink
Added PostgreSQL configuration instructions
Browse files Browse the repository at this point in the history
Located under Running -> Step 6
  • Loading branch information
ktraw2 committed Aug 30, 2017
1 parent 56bbdb1 commit fee026a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ postgresql = 'postgresql://user:password@host/database' # your postgresql info f
challonge_api_key = '...' # for tournament cog
```

6. **Configuration of database**

To configure the PostgreSQL database for use by the bot, go to the directory where `launcher.py` is located, and run the script by doing `python3.6 launcher.py db init`

## Requirements

- Python 3.6+
Expand Down

0 comments on commit fee026a

Please sign in to comment.