https://github.com/spencekonde/raspiwebserver
Files on raspberry pi webserver
https://github.com/spencekonde/raspiwebserver
Last synced: 7 months ago
JSON representation
Files on raspberry pi webserver
- Host: GitHub
- URL: https://github.com/spencekonde/raspiwebserver
- Owner: SpenceKonde
- Created: 2018-03-04T03:44:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T21:58:47.000Z (over 5 years ago)
- Last Synced: 2025-01-11T01:45:38.133Z (9 months ago)
- Language: HTML
- Size: 98.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
These files are served by the Raspberry Pi in my bedroom at my primary residence. They include control panel pages that interact with the pingpong lights (see https://github.com/SpenceKonde/AzzyProjects/tree/master/Animate ) and in the future will also include additional utility pages.
Install docker and docker-compose:
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
sudo apt-get install libffi-dev
sudo apt-get -y install python-setuptools && sudo easy_install pip && sudo pip install docker-compose
Start container:
docker-compose up
Restart after reboot:
docker-compose rm
docker-compose create
docker-compose start