Fix the order of setup procedure

This commit is contained in:
Akihiko Odaki
2018-03-25 20:19:32 +09:00
parent 94f3367cf8
commit 97c6dd6fe3
4 changed files with 682 additions and 17 deletions

View File

@ -58,7 +58,13 @@ Please install and setup these softwares:
##### Optional
* [Elasticsearch](https://www.elastic.co/) - used to provide searching feature instead of MongoDB
*4.* Install Misskey
*4.* Prepare configuration
----------------------------------------------------------------
First, you need to create a `.config` directory in the directory that
Misskey installed. And then you need to create a `default.yml` file in
the directory. The template of configuration is available [here](./config.md).
*5.* Install Misskey
----------------------------------------------------------------
1. `git clone -b master git://github.com/syuilo/misskey.git`
@ -71,12 +77,6 @@ Please install and setup these softwares:
2. `npm install`
3. `npm run build`
*5.* Prepare configuration
----------------------------------------------------------------
First, you need to create a `.config` directory in the directory that
Misskey installed. And then you need to create a `default.yml` file in
the directory. The template of configuration is available [here](./config.md).
*6.* That is it.
----------------------------------------------------------------
Well done! Now, you have an environment that run to Misskey.