Install Symfony, SVN and GIT

Posted by Elias

Ok then, after installing PHP, Apache, and all those services, I needed to install Symfony...

How? First of all I needed to install Subversion, by typing:

$ sudo apt-get install subversion

been there, install GIT also:

$ sudo apt-get install git-core gitk git-gui git-svn

Done, then you can get the latest Symfony, just change the directory to /usr/share/php5, then type:

/usr/share/php5$ sudo svn co http://svn.symfony-project.com/branches/1.3 symfony-1.3

Done! you have Symfony on your machine!

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.