MOVE TO https://github.com/syuilo/misskey
✌️
A core server of Misskey.
- Node.js
- MongoDB
- Redis
- GraphicsMagick
- Elasticsearch
Misskey requires two domains called the primary domain and the secondary domain.
- The primary domain is used to provide main service of Misskey.
- The secondary domain is used to avoid vulnerabilities such as XSS.
Ensure that the secondary domain is not a subdomain of the primary domain.
git clone git://github.com/syuilo/misskey-core.git
... Download the source code of misskey-corecd misskey-core
... Enter the repositorynpm install
... Install npm dependeciesnpm run config
... Create configuration filegit clone git://github.com/syuilo/misskey-web.git
... Download the source code of misskey-webnpm run build
... Start building
npm start