aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authormarzavec <admin@marzavec.com>2019-12-02 05:24:19 +0100
committermarzavec <admin@marzavec.com>2019-12-02 05:24:19 +0100
commit11ceb7c305b9e434a498c94f8e07d912a50833a8 (patch)
treeb30b3bdc14343dbf78942e2364e585b45ed75d11 /documentation
parentUpdate DEPLOY.md (diff)
downloadhackchat-11ceb7c305b9e434a498c94f8e07d912a50833a8.tar.gz
hackchat-11ceb7c305b9e434a498c94f8e07d912a50833a8.zip
Package updates
Diffstat (limited to 'documentation')
-rw-r--r--documentation/DEPLOY.md1
1 files changed, 0 insertions, 1 deletions
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 ~