forked from FoundKeyGang/FoundKey
Update uodate docs
This commit is contained in:
parent
a7ec54ea97
commit
4478298a0a
4 changed files with 3 additions and 15 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -5,18 +5,6 @@ If you encounter any problems with updating, please try the following:
|
||||||
1. `npm run clean` or `npm run cleanall`
|
1. `npm run clean` or `npm run cleanall`
|
||||||
2. Retry update (Don't forget `npm i`)
|
2. Retry update (Don't forget `npm i`)
|
||||||
|
|
||||||
Migration
|
|
||||||
------------------------------
|
|
||||||
#### 1
|
|
||||||
```
|
|
||||||
npm i -g ts-node
|
|
||||||
```
|
|
||||||
|
|
||||||
#### 2
|
|
||||||
```
|
|
||||||
npm run migrate
|
|
||||||
```
|
|
||||||
|
|
||||||
11.25.0 (2019/07/08)
|
11.25.0 (2019/07/08)
|
||||||
--------------------
|
--------------------
|
||||||
### ✨Improvements
|
### ✨Improvements
|
||||||
|
|
|
@ -132,7 +132,7 @@ You can check if the service is running with `systemctl status misskey`.
|
||||||
2. `git pull`
|
2. `git pull`
|
||||||
3. `npm install`
|
3. `npm install`
|
||||||
4. `NODE_ENV=production npm run build`
|
4. `NODE_ENV=production npm run build`
|
||||||
5. Check [ChangeLog](../CHANGELOG.md) for migration information
|
5. `npm run migrate`
|
||||||
6. Restart your Misskey process to apply changes
|
6. Restart your Misskey process to apply changes
|
||||||
7. Enjoy
|
7. Enjoy
|
||||||
|
|
||||||
|
|
|
@ -126,7 +126,7 @@ Vous pouvez vérifier si le service a démarré en utilisant la commande `system
|
||||||
2. `git pull`
|
2. `git pull`
|
||||||
3. `npm install`
|
3. `npm install`
|
||||||
4. `NODE_ENV=production npm run build`
|
4. `NODE_ENV=production npm run build`
|
||||||
5. Consultez [ChangeLog](../CHANGELOG.md) pour les information de migration.
|
5. `npm run migrate`
|
||||||
|
|
||||||
----------------------------------------------------------------
|
----------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
@ -133,7 +133,7 @@ npm run init
|
||||||
2. `git pull`
|
2. `git pull`
|
||||||
3. `npm install`
|
3. `npm install`
|
||||||
4. `NODE_ENV=production npm run build`
|
4. `NODE_ENV=production npm run build`
|
||||||
5. [ChangeLog](../CHANGELOG.md)でマイグレーション情報を確認する
|
5. `npm run migrate`
|
||||||
|
|
||||||
なにか問題が発生した場合は、`npm run clean`または`npm run cleanall`すると直る場合があります。
|
なにか問題が発生した場合は、`npm run clean`または`npm run cleanall`すると直る場合があります。
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue