Skip to content
Snippets Groups Projects
Commit f500afeb authored by Aya Morisawa's avatar Aya Morisawa
Browse files

Update README.md

parent deb5dc04
No related branches found
No related tags found
No related merge requests found
......@@ -9,16 +9,20 @@ A miniblog-based SNS.
![ss](./resources/ss.jpg)
## Dependencies
* Node.js
* MongoDB
* Redis
* GraphicsMagick
## Build
1. Install git, Node.js and npm
2. `git clone git://github.com/syuilo/misskey.git`
3. `cd misskey`
4. `npm install`
5. `npm run config`
6. `npm run build`
### Optional
* Elasticsearch
## Test
`npm test`
## Setup
Install MongoDB, Redis, GraphicsMagick and optionally Elasticsearch
## Get started
### Domains
Misskey requires two domains called the primary domain and the secondary domain.
......@@ -30,16 +34,6 @@ Misskey requires two domains called the primary domain and the secondary domain.
### reCAPTCHA
Please visit https://www.google.com/recaptcha/intro/ and generate keys.
## Build
1. `git clone git://github.com/syuilo/misskey.git`
2. `cd misskey`
3. `npm install`
4. `npm run config`
5. `npm run build`
## Test
`npm test`
## Launch
`sudo npm start`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment