Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.27 KB

README.rst

File metadata and controls

25 lines (17 loc) · 1.27 KB

motionEye is a web-based frontend for motion. Check out the wiki for more details.

Join the chat at https://gitter.im/ccrisan/motioneye

You can support the development of motionEye by making a small donation.

[paypal]

Building Docker Container for Raspberry Pi

  • mkdir ~/git-repos
  • cd ~/git-repos
  • git clone -b dev https://github.com/rodpayne/rpi-motioneye.git
  • cd ~/git-repos/rpi-motioneye
  • docker build --build-arg VCS_REF=$(git rev-parse HEAD) --build-arg BUILD_DATE=$(date +"%Y-%m-%dT%H:%M:%SZ") -t rodpayne/rpi-motioneye:dev-armhf -f extra/Dockerfile.armv7-armhf .
  • cd ~/git-repos/rpi-motioneye/extra
  • docker-compose up