mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop
This commit is contained in:
commit
ec9270d719
1 changed files with 2 additions and 2 deletions
|
@ -48,9 +48,9 @@ yarn set version berry
|
||||||
```sh
|
```sh
|
||||||
git clone https://codeberg.org/thatonecalculator/calckey.git
|
git clone https://codeberg.org/thatonecalculator/calckey.git
|
||||||
cd calckey/
|
cd calckey/
|
||||||
# `git checkout main` if you want only stable versions
|
# git checkout main # if you want only stable versions
|
||||||
cp ../misskey/.config/default.yml ./.config/default.yml # or wherever misskey folder is
|
cp ../misskey/.config/default.yml ./.config/default.yml # or wherever misskey folder is
|
||||||
cp -r ../misskey/files . # if you don't use object storage
|
# cp -r ../misskey/files . # if you don't use object storage
|
||||||
YARN_CHECKSUM_BEHAVIOR=update yarn install
|
YARN_CHECKSUM_BEHAVIOR=update yarn install
|
||||||
NODE_ENV=production npm run build && npm run migrate
|
NODE_ENV=production npm run build && npm run migrate
|
||||||
# Edit service to point to calckey folder and restart!
|
# Edit service to point to calckey folder and restart!
|
||||||
|
|
Loading…
Reference in a new issue