From 11ceb7c305b9e434a498c94f8e07d912a50833a8 Mon Sep 17 00:00:00 2001 From: marzavec Date: Sun, 1 Dec 2019 20:24:19 -0800 Subject: Package updates --- documentation/DEPLOY.md | 1 - 1 file changed, 1 deletion(-) (limited to 'documentation/DEPLOY.md') diff --git a/documentation/DEPLOY.md b/documentation/DEPLOY.md index fa63f87..b1eed6f 100644 --- a/documentation/DEPLOY.md +++ b/documentation/DEPLOY.md @@ -24,7 +24,6 @@ * **Do not use root.** Installing while using the root account or installing with root privileges will result in an error similar to the following: `npm WARN lifecycle hack.chat-v2@2.1.92~postinstall: cannot run in wd hack.chat-v2@2.1.91 cd ./clientSource && npm install && cd .. & cd ./server && npm install && npm run config (wd='/dir')` * PM2 may be configured to start the backend server on boot, read [https://pm2.keymetrics.io/docs/usage/startup/](https://pm2.keymetrics.io/docs/usage/startup/) -* On some computers, due to a bug in `http-server`, **a blank page** may be shown while attempting to open the default index page. If this happens, change the url to include `index.html`, or browse to a channel; `http://127.0.0.1:3000/index.html?programming`. See https://github.com/hack-chat/main/issues/83 * **Do not install NodeJS using** `sudo apt install nodejs`, instead use: ```bash cd ~ -- cgit v1.2.1