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

What about this error on Raspberry Pi 3 B+ ? #49

Open sahilohe opened 3 years ago

sahilohe commented 3 years ago

error: snap "rocketchat-server" is not available on stable but is available to install on the following channels:

   candidate  snap install --candidate rocketchat-server
   beta       snap install --beta rocketchat-server
   edge       snap install --edge rocketchat-server

   Please be mindful pre-release channels may include features not completely tested or
   implemented. Get more information with 'snap info rocketchat-server'.
JerryBerry12 commented 1 year ago

I'm having this same issue, but on a pi 4B. Anyone have a solution? It's running raspbian 64bit, followed instructions on README. Same issue with ubuntu

JerryBerry12 commented 1 year ago

Got it to work!

  1. Install the snap gui with: sudo snap install snap-store
  2. Go to rocketchat-server snap website: https://snapcraft.io/rocketchat-server
  3. Click Install -> View in desktop store
  4. Install via GUI
  5. Start the service with sudo systemctl start snap.rocketchat-server.rocketchat-server.service. You can also enable it on startup with: sudo systemctl enable snap.rocketchat-server.rocketchat-server.service. After a few minutes, should be ready on localhost:3000! @Sing-Li Should put this as an alternative option in readme in case sudo snap install rocketchat-server doesn't work, as in @sahilohe 's issue Cya!

EDIT: Forgot to mention, this only works if you have an actually desktop, and not just a cli. If so, you're outta luck.