You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No further setup is necessary to get the project running. See Webapp Quick Start localhost
Webapp Quick Start localhost
Run ./build.sh
Run docker compose build
Run docker compose up
Webapp Quick Start EC2
Create a new EC2 t2.medium instace. Allow port 22 with authorized key and port 80 for all HTTP traffic. KEEP the ssh key they give as that will be needed to SSH into the instance.
Run ./build.sh {INSERT EC2 IP ADDRESS HERE} locally
SSH into running EC2 instance
Copy nginx and backend folders to EC2 instance
Run docker compose build
Run docker compose up
Set up Raspberry Pi
SSH into running Raspberry Pi
Run git clone https://github.com/waveshare/e-Paper.git
Run cd e-Paper/RaspberryPi_JetsonNano/python/examples
Copy app.py from this repository and place it in this folder.