Improve doc
This commit is contained in:
parent
4162981081
commit
3709ba95cd
2 changed files with 10 additions and 0 deletions
|
@ -54,6 +54,11 @@ As root:
|
||||||
*6.* Build Misskey
|
*6.* Build Misskey
|
||||||
----------------------------------------------------------------
|
----------------------------------------------------------------
|
||||||
|
|
||||||
|
Before build, you need to set `NODE_ENV` to `production`. like this:
|
||||||
|
* Linux: `export NODE_ENV=production`
|
||||||
|
* Windows (PowerShell): `$env:NODE_ENV="production"`
|
||||||
|
* Windows (CMD): `set NODE_ENV=production`
|
||||||
|
|
||||||
Build misskey with the following:
|
Build misskey with the following:
|
||||||
|
|
||||||
`npm run build`
|
`npm run build`
|
||||||
|
|
|
@ -60,6 +60,11 @@ adduser --disabled-password --disabled-login misskey
|
||||||
*6.* Misskeyのビルド
|
*6.* Misskeyのビルド
|
||||||
----------------------------------------------------------------
|
----------------------------------------------------------------
|
||||||
|
|
||||||
|
ビルドする前に、`NODE_ENV`を`production`にする必要があります。例:
|
||||||
|
* Linux: `export NODE_ENV=production`
|
||||||
|
* Windows (PowerShell): `$env:NODE_ENV="production"`
|
||||||
|
* Windows (CMD): `set NODE_ENV=production`
|
||||||
|
|
||||||
次のコマンドでMisskeyをビルドしてください:
|
次のコマンドでMisskeyをビルドしてください:
|
||||||
|
|
||||||
`npm run build`
|
`npm run build`
|
||||||
|
|
Loading…
Reference in a new issue