RocketChat / Rocket.Chat.RaspberryPi

Run a private social network on your Pi for iPhone and Android devices !
MIT License
337 stars 59 forks source link

ngrok instructions #26

Closed brevvis closed 4 years ago

brevvis commented 7 years ago

Hi, the instructions for installing ngrok asks the user to run the following command:

curl https://dl.ngrok.com/ngrok_2.0.19_linux_arm.zip -o ngrok.zip unzip ngrok.zip cd ngrok ./ngrok http 3000

However, on a newly installed Ubtuntu Core server, doing so gives this result:

-bash: curl: command not found

How do you actually get Ngrok on the Pi?

brevvis commented 7 years ago

If ngrok can't be installed because there's no ngrok snap, is there a different way to solve this?

mcmarto commented 6 years ago

sudo apt-get install curl

Sing-Li commented 4 years ago

Please see updated instructions. Snap is now solidly supported on Raspbian Buster (and later) and you can readily install ngrok. No need to use Ubuntu Core any more.