motionEye is a web-based frontend for motion. Check out the wiki for more details.
You can support the development of motionEye by making a small donation.
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