mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-04-22 15:58:40 +00:00
Update README.md
This commit is contained in:
parent
544e36a8b7
commit
c68cee070f
1 changed files with 18 additions and 3 deletions
21
README.md
21
README.md
|
|
@ -10,18 +10,32 @@ mv hyperglass_structured hyperglass
|
|||
|
||||
cd /opt/hyperglass
|
||||
|
||||
### https://hyperglass.dev/configuration/config
|
||||
"### https://hyperglass.dev/configuration/overview "
|
||||
|
||||
"### https://hyperglass.dev/configuration/config"
|
||||
|
||||
cp /opt/hyperglass/.samples/sample_config.yaml /etc/hyperglass/config.yaml
|
||||
|
||||
cp /opt/hyperglass/.samples/sample_terms-and-conditions.md /etc/hyperglass/terms-and-conditions.md
|
||||
|
||||
"### https://hyperglass.dev/configuration/devices"
|
||||
|
||||
cp /opt/hyperglass/.samples/sample_devices.yaml /etc/hyperglass/devices.yaml
|
||||
|
||||
"### https://hyperglass.dev/configuration/directives"
|
||||
|
||||
### test
|
||||
cp /opt/hyperglass/.samples/sample_directives_huawei.yaml /etc/hyperglass/directives.yaml
|
||||
|
||||
cp /opt/hyperglass/.samples/sample_directives_juniper.yaml /etc/hyperglass/directives.yaml
|
||||
|
||||
cp /opt/hyperglass/.samples/sample_directives_mikrotik.yaml /etc/hyperglass/directives.yaml
|
||||
|
||||
"### 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
|
||||
|
||||
|
|
@ -33,6 +47,7 @@ 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