diff options
author | Jonas Lindstad <jonaslindstad@gmail.com> | 2015-02-11 03:29:36 +0100 |
---|---|---|
committer | Jonas Lindstad <jonaslindstad@gmail.com> | 2015-02-11 03:29:36 +0100 |
commit | 747766c4e125e0107aac8b075a71e361f48a2130 (patch) | |
tree | 8c8c87f1f1880bda363dc637dafe02520e434b6e | |
parent | 9f6b6d783fbddfb565fee72a82a9a628faa644db (diff) |
fixing typos in readme
-rw-r--r-- | junos-bootstrap/README.md | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/junos-bootstrap/README.md b/junos-bootstrap/README.md index c2394dd..c0c0725 100644 --- a/junos-bootstrap/README.md +++ b/junos-bootstrap/README.md @@ -2,19 +2,23 @@ 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. +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 tooles for junos-bootstrap from tgmanage directory. -## HTTPD + +## 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> +Example: <a href="httpd/terminal.log">httpd/terminal.log</a> + -## DHCPD +### DHCPD j@lappie:~/git/tgmanage$ sudo python3 junos-bootstrap/dhcpd/server_dhcp.py - Example: <a href="dhcpd/terminal.log">dhcpd/terminal.log</a> +Example: <a href="dhcpd/terminal.log">dhcpd/terminal.log</a> |