-
Notifications
You must be signed in to change notification settings - Fork 396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PYX server hosted on a raspberry pi #220
Comments
Why not just run it with Docker on a RPI? |
I've never used docker so that may be the better option. I don't really know much about it. It turns out all I had to do was edit the pom.xml and change the jdbc-sqlite version number to 3.28.0 and it will download that version and work on the pi when running the maven command. |
@GrimTheReaper There are no Raspberry Pi docker images and the one I forked off of the only existing Docker image doesn't seem to want to work. Though with this bit of info that may change. |
@acemasterhan I know this is an old thread but try this image on for size: https://github.com/ryaniskira/ArmYourXyzzy |
Mind opening a PR for that? |
After a lot of struggling I managed to get a server up and running on a Raspberry Pi by making it use https://repo1.maven.org/maven2/org/xerial/sqlite-jdbc/3.28.0/
Perhaps you could update it to use sqlite-jdbc 3.28.0 in case anyone else would like to host their own server on a pi?
If not then maybe add a note to the wiki or the readme?
I spent hours searching and couldn't find any information on this. I'd like to save anyone else the same trouble if possible.
The text was updated successfully, but these errors were encountered: