work on setup page
This commit is contained in:
parent
8624392e26
commit
01b77afd9a
1 changed files with 24 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue