diff options
author | Jonas Lindstad <jonaslindstad@gmail.com> | 2015-03-16 23:09:40 +0100 |
---|---|---|
committer | Jonas Lindstad <jonaslindstad@gmail.com> | 2015-03-16 23:09:40 +0100 |
commit | 939b606944b6892d26581bce598c66c790786de9 (patch) | |
tree | 6780dc26bd26c22ca8dce6a7832841b5f4efc37a /junos-bootstrap/README.md | |
parent | 88dfb934e546d02d1f4356032e91277f9f5b94f1 (diff) |
rename + fixes
Diffstat (limited to 'junos-bootstrap/README.md')
-rw-r--r-- | junos-bootstrap/README.md | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/junos-bootstrap/README.md b/junos-bootstrap/README.md deleted file mode 100644 index c0c0725..0000000 --- a/junos-bootstrap/README.md +++ /dev/null @@ -1,24 +0,0 @@ -# junos-bootstrap - -Tools (DHCP daemon + HTTP daemon + DB) for managing provisioning towards a large number of factory default Juniper switches (EX2200) using ZTP (Zero Touch Protocol) over DHCP relays. - -The project is built with Python (>3.4.0) and PostgreSQL (>9.3.5). - -Licensed under the GNU GPL, version 2. See the included COPYING file. - - - -## Usage -Launch the python scripts for junos-bootstrap from tgmanage directory. - - -### HTTPD - j@lappie:~/git/tgmanage$ sudo python3 junos-bootstrap/httpd/server_http.py - -Example: <a href="httpd/terminal.log">httpd/terminal.log</a> - - -### DHCPD - j@lappie:~/git/tgmanage$ sudo python3 junos-bootstrap/dhcpd/server_dhcp.py - -Example: <a href="dhcpd/terminal.log">dhcpd/terminal.log</a> |