Skip to content
This repository has been archived by the owner on Sep 18, 2022. It is now read-only.

Works on Raspberry Pi ? #56

Closed
gurkentopf opened this issue May 24, 2022 · 1 comment
Closed

Works on Raspberry Pi ? #56

gurkentopf opened this issue May 24, 2022 · 1 comment

Comments

@gurkentopf
Copy link

gurkentopf commented May 24, 2022

Hi! Thanks for this. It runs on the computer and Python. Now I don't want to leave the computer on all the time. I have two RaspberryPi in continuous operation. And wanted to ask if it is possible to run the whole thing there? If yes, how do I do that? Thank you for your time.

@Yariya
Copy link
Owner

Yariya commented May 25, 2022

Hello, yes this is possible via tools such as screen.
Simply install screen on Debian based systems via apt apt install screen. Most of the times its preinstalled.
If the download doesn't succeed try updating apt first apt update.
Run the script: screen python3 app/main.py after that you can close your terminal and it will run in the background.

@Yariya Yariya closed this as completed May 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants