Skip to content
lazy404 edited this page Sep 12, 2014 · 2 revisions

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

to run the server use

python cherryBGP/webserver.py

this requires cherrypy to install cherrypy run easy_install cherrypy or pip install cherrypy

Clone this wiki locally