DFabric / DPlatform-Shell

Deploy self-hosted apps easily: simple, bloat-free, independent installation
https://dfabric.github.io/DPlatform-Shell
MIT License
271 stars 44 forks source link

This site can’t be reached #47

Closed BetaStacks closed 7 years ago

BetaStacks commented 7 years ago

I did a fresh install of Raspbian Lite, ssh into pi, installed Rocket.chat, and am unable to access it via my internal ip. 10.0.1.14:3004.

A status check shows rocket.chat and mongodb are running.

j8r commented 7 years ago

Hi. What return systemctl status rocket.chat -l?. Can you ping 10.0.1.14? Finally, if in your PI a wget -qO- localhost:3004 return something, you will need to configure your network.

BetaStacks commented 7 years ago

Ended up figuring it out today. The issue was that the local mongo database wasnt starting before the rocket.chat server

j8r commented 7 years ago

Normally the mongod.service starts before, with this lines on the Roket.Chat systemd service:

Wants=mongod.service
After=network.target mongod.service