We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the cherryBGP wiki!
To start You need to create a config.py file by editing config.py.sample and renaming it to config.py and add
process service-dynamic { run processes/rpcserver.py; } to your exabgp.conf and copy exabgp/rpcserver.py to exabgp's process directory
process service-dynamic { run processes/rpcserver.py; }
to run the server use
python cherryBGP/webserver.py
this requires cherrypy to install cherrypy run easy_install cherrypy or pip install cherrypy
easy_install cherrypy
pip install cherrypy