This commit is contained in:
ThatOneCalculator 2022-11-04 14:43:00 -07:00
parent ea73de78ed
commit ed10834820

View file

@ -41,10 +41,6 @@
This guide will work for both **starting from scratch** and **migrating from Misskey**.
# 🐳
# 🔨 Building from source
You need at least 🐢 NodeJS v16.15.0 (v18.20.0 recommended!) and at least 🧶 Yarn v3!
> ⚠️ NodeJS v19 is not supported as of right now because of [this issue](https://github.com/nodejs/node-gyp/issues/2757).
@ -79,6 +75,10 @@ cp ../misskey/.config/default.yml ./.config/default.yml # replace `../misskey/`
cp -r ../misskey/files . # if you don't use object storage
```
## 🍀 NGINX
Read <https://misskey-hub.net/en/docs/admin/nginx.html>
## 🚀 Build and launch!
### 🐢 NodeJS