I am trying to install rocket chat on freebsd 10.
I tried installing using docker (https://github.com/RocketChat/Rocket.Chat/wiki/Deploy-with-Docker) and I was able install docker but not docker-compose.
Installing it without docker (https://github.com/RocketChat/Rocket.Chat/wiki/Deploy-Rocket.Chat-without-docker), I get stuck with nave. That is, after
npm install nave -g
and executing
nave usemain 0.5.3
i get this response
nave: Command not found.
Basically I just need Rocket Chat server working on freebsd. Any help will be appreciated