roflcoopter / viseron

Self-hosted, local only NVR and AI Computer Vision software. With features such as object detection, motion detection, face recognition and more, it gives you the power to keep an eye on your home, office or any other place you want to monitor.
MIT License
1.66k stars 171 forks source link

setting up development environment (without docker?) #626

Open freisei opened 1 year ago

freisei commented 1 year ago

Hi!

After playing around a little bit with viseron i decided to make it the base for my requrements and extensions. Unfortunately i´m very unfamilar with docker.

Is it possible to run viseron without docker in an development environment? Or is this even the default way? If not i have to lean a lot more :)

Greets, Freisei

roflcoopter commented 1 year ago

It will take a lot of effort to make it work without Docker. I suggest looking into the VSCode Devcontainer which will spin up a dev environment within a Docker container that contains everything you need, and it will make it feel like you are developing locally