1
0
Fork 0

Postgres setup

main
root 2023-05-10 16:06:09 -06:00
parent ff8900d794
commit ecb7ecff07
1 changed files with 12 additions and 0 deletions

View File

@ -70,6 +70,18 @@ pnpm i
```
# Setup
## Postgres
Database creation (change username at end):
```
sudo -u postgres createuser --createdb debian
psql postgres -c "create database calckey with encoding = 'UTF8';"
```
# Copyright
Unofficial project, not part of official Calckey software or
website. Upstream sources under their respective copyrights.