1
0
Fork 0

Configure

main
root 2023-05-10 16:25:13 -06:00
parent ad685ab241
commit 14c4621dc3
1 changed files with 16 additions and 2 deletions

View File

@ -27,8 +27,7 @@ apt install -t bullseye-backports redis
## NodeJS
This is dodgy, like "npm install". Calckey recommends using
nvm to manage NodeJS versions. So run:
Calckey recommends using nvm to manage NodeJS versions. So run:
```
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
@ -86,6 +85,21 @@ psql postgres -c "create database calckey with encoding = 'UTF8';"
```
# Configure
Configure thusly.
Set, like my example:
* `url: http://rs-calckey.jebba.moe/`
* `db: debian`
* `db: hunter3`
```
cp .config/example.yml .config/default.yml
$EDITOR .config/default.yml
```
# Copyright
Unofficial project, not part of official Calckey software or
website. Upstream sources under their respective copyrights.