work on setup page

This commit is contained in:
Leah 2025-01-20 17:05:27 +01:00
parent 8624392e26
commit 01b77afd9a

View file

@ -5,12 +5,36 @@ next: /docs/guide
prev: /docs
---
{{< callout type="warning" >}}
This page is Under Construction
Please refer to [Misskeys install guides](https://misskey-hub.net/en/docs/for-admin/install/guides/) for now
{{< /callout >}}
## Using Docker
TODO
## Building from source
{{< callout type="info" emoji="❓" >}}
You need to install the follow packages:
- [Node.js](https://nodejs.org/en/) (above 20.4.x)
- [PostgreSQL](https://www.postgresql.org/) (above 15)
- [Redis](https://redis.io/)
- [FFmpeg](https://www.ffmpeg.org/)
If you run Misskey on Debian/Ubuntu, you need to install the build-essential package.
You also need to enable corepack.
```
sudo corepack enable
```
{{< /callout >}}
TODO - For now just follow the misskey tutorial to set up forkey
## Next