Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 317 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 317 Bytes

Install the server on the Pi

Clone the repo, then:

npm install

# create the video player dist file
npm run dist

# create and start the services (this needs sudo)
chmod 644 systemd/*.service
cp systemd/*.service /lib/systemd/system/
systemctl daemon-reload
service vac start
service vac-video start