A few days ago I started a symfony project, and there is some comandos that i will share width yours....
Creating a project
$ mkdir /home/sfprojects/askeet
$ cd /home/sfprojects/askeet
$ symfony init-project askeet
Creating an application on your project
$ symfony init-app frontend
After do that you created a new application called frontend that can be accessed from :
http://localhost/frontend_dev.php/
By default you can see the symfony default webpage of a symfony project.
See you tomorrow!!!
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment