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:
parent
f32131ecbb
commit
3a75b58ec5
1 changed files with 32 additions and 0 deletions
32
README.md
32
README.md
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue