I am new using Zend, I have a project, which I am asked to run through the Ubuntu console in the following way: php public/index.php , but when executing that line it shows me: "Reason for failure: Invalid arguments or no arguments provided " . I already tried to use type of routes, zf-console, I even ran the routes as: zf <my_path> , but it tells me that the name of the route is not a command.
I would appreciate if someone can guide me. Thanks.