diff --git a/docs/setup.en.md b/docs/setup.en.md index 35e07646bd86202c857c6cf927ca3a799801183d..1125081445dfd7f0ecb30f1c2cceca83f3fa788b 100644 --- a/docs/setup.en.md +++ b/docs/setup.en.md @@ -55,14 +55,9 @@ As root: *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: -`npm run build` +`NODE_ENV=production npm run build` If you're on Debian, you will need to install the `build-essential`, `python` package. @@ -71,14 +66,14 @@ If you're still encountering errors about some modules, use node-gyp: 1. `npm install -g node-gyp` 2. `node-gyp configure` 3. `node-gyp build` -4. `npm run build` +4. `NODE_ENV=production npm run build` *7.* That is it. ---------------------------------------------------------------- Well done! Now, you have an environment that run to Misskey. ### Launch normally -Just `npm start`. GLHF! +Just `NODE_ENV=production npm start`. GLHF! ### Launch with systemd @@ -94,6 +89,7 @@ Type=simple User=misskey ExecStart=/usr/bin/npm start WorkingDirectory=/home/misskey/misskey +Environment="NODE_ENV=production" TimeoutSec=60 StandardOutput=syslog StandardError=syslog @@ -113,7 +109,7 @@ You can check if the service is running with `systemctl status misskey`. 1. `git fetch` 2. `git checkout $(git tag -l | grep -v 'rc[0-9]*$' | sort -V | tail -n 1)` 3. `npm install` -4. `npm run build` +4. `NODE_ENV=production npm run build` 5. Check [ChangeLog](../CHANGELOG.md) for migration information 6. Restart your Misskey process to apply changes 7. Enjoy diff --git a/docs/setup.fr.md b/docs/setup.fr.md index 3aaf65907453d2390551668cef6821357b15787b..959ec3392ffb4ccc51476d156ef855557bbfefef 100644 --- a/docs/setup.fr.md +++ b/docs/setup.fr.md @@ -57,7 +57,7 @@ En root : Construisez Misskey comme ceci : -`npm run build` +`NODE_ENV=production npm run build` Si vous êtes sous Debian, vous serez amené à installer les paquets `build-essential` et `python`. @@ -66,14 +66,14 @@ Si vous rencontrez des erreurs concernant certains modules, utilisez node-gyp: 1. `npm install -g node-gyp` 2. `node-gyp configure` 3. `node-gyp build` -4. `npm run build` +4. `NODE_ENV=production npm run build` *7.* C'est tout. ---------------------------------------------------------------- Excellent ! Maintenant, vous avez un environnement prêt pour lancer Misskey ### Lancement conventionnel -Lancez tout simplement `npm start`. Bonne chance et amusez-vous bien ! +Lancez tout simplement `NODE_ENV=production npm start`. Bonne chance et amusez-vous bien ! ### Démarrage avec systemd @@ -89,6 +89,7 @@ Type=simple User=misskey ExecStart=/usr/bin/npm start WorkingDirectory=/home/misskey/misskey +Environment="NODE_ENV=production" TimeoutSec=60 StandardOutput=syslog StandardError=syslog @@ -108,7 +109,7 @@ Vous pouvez vérifier si le service a démarré en utilisant la commande `system 1. `git fetch` 2. `git checkout $(git tag -l | grep -v 'rc[0-9]*$' | sort -V | tail -n 1)` 3. `npm install` -4. `npm run build` +4. `NODE_ENV=production npm run build` 5. Consultez [ChangeLog](../CHANGELOG.md) pour les information de migration. ---------------------------------------------------------------- diff --git a/docs/setup.ja.md b/docs/setup.ja.md index a389dd1a34a7dfedc17c926059b504c5dc84aab3..906c1045676c5325b27b11236619c95cc471f8f5 100644 --- a/docs/setup.ja.md +++ b/docs/setup.ja.md @@ -62,14 +62,9 @@ adduser --disabled-password --disabled-login misskey *6.* Misskeyã®ãƒ“ルド ---------------------------------------------------------------- -ビルドã™ã‚‹å‰ã«ã€`NODE_ENV`ã‚’`production`ã«ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚例: -* Linux: `export NODE_ENV=production` -* Windows (PowerShell): `$env:NODE_ENV="production"` -* Windows (CMD): `set NODE_ENV=production` - 次ã®ã‚³ãƒžãƒ³ãƒ‰ã§Misskeyをビルドã—ã¦ãã ã•ã„: -`npm run build` +`NODE_ENV=production npm run build` Debianã‚’ãŠä½¿ã„ã§ã‚ã‚Œã°ã€`build-essential`パッケージをインストールã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚ @@ -77,14 +72,14 @@ Debianã‚’ãŠä½¿ã„ã§ã‚ã‚Œã°ã€`build-essential`パッケージをインスト 1. `npm install -g node-gyp` 2. `node-gyp configure` 3. `node-gyp build` -4. `npm run build` +4. `NODE_ENV=production npm run build` *7.* 以上ã§ã™ï¼ ---------------------------------------------------------------- ãŠç–²ã‚Œæ§˜ã§ã—ãŸã€‚ã“ã‚Œã§Misskeyã‚’å‹•ã‹ã™æº–å‚™ã¯æ•´ã„ã¾ã—ãŸã€‚ ### 通常起動 -`npm start`ã™ã‚‹ã ã‘ã§ã™ã€‚GLHF! +`NODE_ENV=production npm start`ã™ã‚‹ã ã‘ã§ã™ã€‚GLHF! ### systemdを用ã„ãŸèµ·å‹• 1. systemdサービスã®ãƒ•ã‚¡ã‚¤ãƒ«ã‚’作æˆ: `/etc/systemd/system/misskey.service` @@ -99,6 +94,7 @@ Type=simple User=misskey ExecStart=/usr/bin/npm start WorkingDirectory=/home/misskey/misskey +Environment="NODE_ENV=production" TimeoutSec=60 StandardOutput=syslog StandardError=syslog @@ -119,7 +115,7 @@ CentOSã§1024以下ã®ãƒãƒ¼ãƒˆã‚’使用ã—ã¦Misskeyを使用ã™ã‚‹å ´åˆã¯`Ex 1. `git fetch` 2. `git checkout $(git tag -l | grep -v 'rc[0-9]*$' | sort -V | tail -n 1)` 3. `npm install` -4. `npm run build` +4. `NODE_ENV=production npm run build` 5. [ChangeLog](../CHANGELOG.md)ã§ãƒžã‚¤ã‚°ãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³æƒ…å ±ã‚’ç¢ºèªã™ã‚‹ ãªã«ã‹å•é¡ŒãŒç™ºç”Ÿã—ãŸå ´åˆã¯ã€`npm run clean`ã™ã‚‹ã¨ç›´ã‚‹å ´åˆãŒã‚ã‚Šã¾ã™ã€‚