Skip to content

Commit

Permalink
- update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cklewar committed Apr 7, 2018
1 parent 26883ab commit 2926931
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
15 changes: 8 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,20 @@ pip2.7 install -r requirements.txt

```yaml
age_out_interval: 00:01:00
dev_ip: 10.11.111.120
dev_pw: juniper123
dev_user: root
asbrs:
- asbr1:
routers:
- rt1:
type: rr
ip: 10.11.111.120
- rt2:
type: asbr
ip: 10.11.111.121
- asbr2:
ip: 10.11.111.122
```
- Start tool
+ Python binary should be in path if not use `which python2.7` to obtian path info
+ Python binary should be in path if not use `which python2.7` to obtain path info
+ Start UI with `python2.7 main.py`
- Access WebUi URL `<IP>:8080`
- Access WebUI URL `<IP>:8080`

## WebUI ##

Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ junos-eznc == 2.1.7
jxmlease==1.0.1
CherryPy == 11.0.0
requests == 2.18.4
PyYAML == 3.12
PyYAML == 3.12
Jinja2 == 2.10

0 comments on commit 2926931

Please sign in to comment.