Hi Talal, You can use setup.py in top directory of ryu.
1. Modify your app. 2. Run setup.py. $ sudo python setup.py install 3. Run your app. When you have run setup.py, please use 'ryu-manager' instead of './bin/ryu-manager'. $ ryu-manager --verbose ryu.app.simple_switch_13 Thanks, Iwase On 2015年05月12日 08:46, Talal Alharbi wrote: > Dear All, > > Could you please advise me what command should I run after doing any change > in any of Ryu apps? For example if I add a print line in simple_switch_13.py > and run the app as ./bin/ryu-manager --verbose ryu.app.simple_switch_13.py, > the change doesn't appear. I used to know the command but I could not > remember. > > Cheers, > Talal > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > > > > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
