1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-05-03 21:26:30 +00:00

Update README.md

This commit is contained in:
Carlos Santos 2025-09-13 01:23:57 -03:00 committed by GitHub
parent f32131ecbb
commit 3a75b58ec5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,35 @@
Install
mkdir -p /etc/hyperglass/svg
cd /opt
git clone https://github.com/thatmattlove/hyperglass.git --depth=1
mv hyperglass_structured hyperglass
cd /opt/hyperglass
cp /opt/hyperglass/.samples/sample_devices.yaml /etc/hyperglass/devices.yaml
# test
cd /opt/hyperglass
docker compose up
# Create a systemd service
cp /opt/hyperglass/.samples/hyperglass-docker.service /etc/hyperglass/hyperglass.service
ln -s /etc/hyperglass/hyperglass.service /etc/systemd/system/hyperglass.service
systemctl daemon-reload
systemctl enable hyperglass
systemctl start hyperglass
<div align="center">
<br/>
<img src="https://res.cloudinary.com/hyperglass/image/upload/v1593916013/logo-light.svg" width=300></img>