blob: ae08682a810303a16e3ae13cc7b87d3faa9a7e76 [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)
Paul Greysonda1773b2013-03-18 10:46:52 -070013MacOS: sudo pip install Flask
Pankaj Berdec4ae4b82013-01-12 09:56:47 -080014
153> Run from commandline
16
17$ ./restapi2.py
18
194> Access the UI using http://<ip>:9000
20