Difference between revisions of "Mesh/PeoplesOpenChat"
Jump to navigation
Jump to search
(updated troubleshooting step) |
|||
Line 7: | Line 7: | ||
1. Reaching it by its port like so https://peoplesopen.net:3001 | 1. Reaching it by its port like so https://peoplesopen.net:3001 | ||
2. If this also fails, log into the sudomesh server and restart the service by going to /var/www/Rocket.Chat and running ./run.sh | 2. If this also fails, log into the sudomesh server and restart the service by going to /var/www/Rocket.Chat.runner and running ./run.sh | ||
= Install Rocket.Chat = | = Install Rocket.Chat = | ||
We chose to install Rocket.Chat manually on an Ubuntu 14.04 server, following [https://rocket.chat/docs/installation/manual-installation/ubuntu/ this guide]. | We chose to install Rocket.Chat manually on an Ubuntu 14.04 server, following [https://rocket.chat/docs/installation/manual-installation/ubuntu/ this guide]. |
Latest revision as of 22:17, 7 June 2018
People's Open Chat is a Rocket.Chat instance that is being hosted on the sudomesh server. This is a place for documenting it's configuration and troubleshooting bugs related to it. The instance can be found at https://peoplesopen.net/chat.
Troubleshooting =
If you receive a "not found" error, such as 502 Bad Gateway, when going to https://peoplesopen.net/chat, try,
1. Reaching it by its port like so https://peoplesopen.net:3001
2. If this also fails, log into the sudomesh server and restart the service by going to /var/www/Rocket.Chat.runner and running ./run.sh
Install Rocket.Chat
We chose to install Rocket.Chat manually on an Ubuntu 14.04 server, following this guide.