Skip to content
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

linux/arm/v7 support #33

Open
dianfaya opened this issue Mar 9, 2022 · 6 comments
Open

linux/arm/v7 support #33

dianfaya opened this issue Mar 9, 2022 · 6 comments

Comments

@dianfaya
Copy link

dianfaya commented Mar 9, 2022

need support for arm device to run on Raspberry Pi

@alexander171294
Copy link
Owner

Hi! how are you?

I'm not sure why you can't run it on arm device?, I mean, what is the error or problem when you try to run it?

@dianfaya
Copy link
Author

I'm running on Docker, here the log

Status: Downloaded newer image for alexander171294/rustmon:latest
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

@dianfaya
Copy link
Author

solved change device but get this error
{"statusCode":404,"message":"Cannot GET /","error":"Not Found"}
any detail documentation for installing on Docker?

@alexander171294
Copy link
Owner

Hi!, are you running the dockerfile from rustmon or user-data-srv folder?

@dianfaya
Copy link
Author

dianfaya commented Mar 16, 2022

First run: docker run -p 80:80 -itd alexander171294/rustmon:latest
Second: docker run -p 80:3000 -e STEAM_API="YOUR-STEAM-API-KEY" -e CACHE_HOST="YOUR-REDIS-HOST" -e CACHE_AUTH="YOUR-REDIS-PASSWORD" -e CACHE_PORT="YOUR-REDIS-PORT" -itd alexander171294/rustmon-service:latest
just copy and paste into terminal

then access my Docker IP
too difficult for me to understand how to use it, is there a more complete documentation with steps?

@alexander171294
Copy link
Owner

hmm, try to run just the first command (dashboard), and open it in your browser, because the second command is for start the backend of steam api, but if you don't know anything about that, I think you may don't need it .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants