AznStevy / Maybe-Useful-Cogs

Random cogs for a discord bot.
MIT License
29 stars 31 forks source link

[Leveler] Installing on a Raspberry Pi #59

Closed vico93 closed 6 years ago

vico93 commented 6 years ago

I have a self-hosted instance of Red on my pi (raspbian stretch), but mongodb from apt isnt quite updated, and according to this answer will not due to raspbian being a ARM x86 system.

So, is still possible to run this cog on a Raspbian Red? Is there any options left?

Thanks in advance!

AznStevy commented 6 years ago

The current code requires mongodb. You can always try to host the server remotely on a beefier ubuntu server on DigitalOcean or something like that and then just access using the pi. Try the support server. Maybe someone there's found a hacky solution, but no promises.

vico93 commented 6 years ago

Can you send me the link to support server?

vico93 commented 6 years ago

Well seems like using 3.0.14 builds for pi solved me this problem. http://andyfelong.com/2017/08/mongodb-3-0-14-for-raspbian-stretch/