mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-26 09:36:02 -07:00
Migration
This commit is contained in:
parent
68d2bcf192
commit
a6b154de72
1 changed files with 9 additions and 0 deletions
|
@ -34,3 +34,12 @@ Misskey documentation can be found at [Misskey Hub](https://misskey-hub.net/), s
|
||||||
|
|
||||||
## What's different about Calckey?
|
## What's different about Calckey?
|
||||||
Read [this](./CALCKEY.md)
|
Read [this](./CALCKEY.md)
|
||||||
|
|
||||||
|
## Migrating to Calckey from Misskey
|
||||||
|
```sh
|
||||||
|
git clone https://codeberg.org/thatonecalculator/calckey.git
|
||||||
|
cd calckey/
|
||||||
|
cp ../misskey/.config/default.yml ./.config/default.yml # or wherever misskey folder is
|
||||||
|
NODE_ENV=production npm run build && npm run migrate
|
||||||
|
# Edit service to point to calckey service and restart
|
||||||
|
```
|
Loading…
Reference in a new issue