mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-04-23 00:08:30 +00:00
Update README.md
This commit is contained in:
parent
e51c4b0d41
commit
d28882f095
1 changed files with 6 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Install https://hyperglass.dev/installation/docker
|
||||
### Install https://hyperglass.dev/installation/docker
|
||||
|
||||
mkdir -p /etc/hyperglass/svg
|
||||
|
||||
|
|
@ -10,15 +10,18 @@ mv hyperglass_structured hyperglass
|
|||
|
||||
cd /opt/hyperglass
|
||||
|
||||
### https://hyperglass.dev/configuration/config
|
||||
|
||||
|
||||
cp /opt/hyperglass/.samples/sample_devices.yaml /etc/hyperglass/devices.yaml
|
||||
|
||||
|
||||
# test
|
||||
### test
|
||||
cd /opt/hyperglass
|
||||
|
||||
docker compose up
|
||||
|
||||
# Create a systemd service
|
||||
### Create a systemd service
|
||||
|
||||
cp /opt/hyperglass/.samples/hyperglass-docker.service /etc/hyperglass/hyperglass.service
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue