In diesem Video lernt Ihr Schritt für Schritt, wie man MotionEye OS auf einer VM Installieren kann.
Wundert euch nicht, wegen der Länge, es wird alles genauestens erklärt und das dauert nunmal.
Hier die benutzten Commands:
###Admin Rechte und Updates
sudo -i
apt update && apt upgrade
###Abhängigkeiten und PIP installieren
apt install python-pip python-dev curl libssl-dev libcurl4-openssl-dev libjpeg-dev
pip install --upgrade pip
###Motion Installation
apt install motion ffmpeg v4l-utils
pip install motioneye
###Konfigurationen anlegen
mkdir -p /etc/motioneye
cp /usr/local/share/motioneye/extra/motioneye.conf.sample /etc/motioneye/motioneye.conf
mkdir -p /var/lib/motioneye
###Autostart Config
cp /usr/local/share/motioneye/extra/motioneye.systemd-unit-local /etc/systemd/system/motioneye.service
systemctl daemon-reload
systemctl enable motioneye
systemctl start motioneye
###Server einmal neustarten
reboot now
###MotionEyeOS sollte jetzt via http://IP_VOM_SERVER:8765 erreichbar sein!
###Wer seine IP nicht kennt: einfach ifconfig in Console eingeben..
Username: admin
Passwort: leer lassen
Wundert euch nicht, wegen der Länge, es wird alles genauestens erklärt und das dauert nunmal.
Hier die benutzten Commands:
###Admin Rechte und Updates
sudo -i
apt update && apt upgrade
###Abhängigkeiten und PIP installieren
apt install python-pip python-dev curl libssl-dev libcurl4-openssl-dev libjpeg-dev
pip install --upgrade pip
###Motion Installation
apt install motion ffmpeg v4l-utils
pip install motioneye
###Konfigurationen anlegen
mkdir -p /etc/motioneye
cp /usr/local/share/motioneye/extra/motioneye.conf.sample /etc/motioneye/motioneye.conf
mkdir -p /var/lib/motioneye
###Autostart Config
cp /usr/local/share/motioneye/extra/motioneye.systemd-unit-local /etc/systemd/system/motioneye.service
systemctl daemon-reload
systemctl enable motioneye
systemctl start motioneye
###Server einmal neustarten
reboot now
###MotionEyeOS sollte jetzt via http://IP_VOM_SERVER:8765 erreichbar sein!
###Wer seine IP nicht kennt: einfach ifconfig in Console eingeben..
Username: admin
Passwort: leer lassen
- Kategorien
- PC (Windows/Mac/Linux) Anleitungen
Kommentare deaktiviert.