blob: 7ddf463513cb3e0488a915983e359473689b69d1 [file] [log] [blame]
Pankaj Berdec4ae4b82013-01-12 09:56:47 -08001
2This is a python script to forward some floodlight web services to Rexster based implementation.
3
4To start the forwarder do the following
5
61> You need to change the following line in restapi2.py to pointing to your Rexstar REST API:
7
8RestIP="127.0.0.1"
9RestPort=8182
10DBName="titanexample"
11
122> install Flask python library (apt-get install python-flask)
13
143> Run from commandline
15
16$ ./restapi2.py
17
184> Access the UI using http://<ip>:9000
19