Currently I am new to symfony2, I was just going through the basics and while reading the "The book" from symfony I came across some commands which can be used to debug the application like following commands
$ php app/console router:match /blog/my-latest-post
$ php app/console router:debug
So my question is:
1) From where to run these commands, from commandline?
2) How do you run them, is there something we need to install or some dependency?
Currently I am using WAMP server on windows 7 machine, just a localhost.