Pear symphony install: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Development]] |
[[Category:Development]] |
||
= Install nødvendig software = |
|||
<pre> |
<pre> |
||
apt-get install php-pear |
apt-get install php-pear |
||
Line 8: | Line 9: | ||
pear install symfony/symfony |
pear install symfony/symfony |
||
</pre> |
</pre> |
||
= Online beskrivelse = |
|||
Reference: |
|||
http://www.symfony-project.com/book/trunk/03-Running-Symfony |
Latest revision as of 10:14, 22 October 2010
Install nødvendig software
apt-get install php-pear apt-get install apache2 pear channel-discover pear.symfony-project.com pear remote-list -c symfony pear install symfony/symfony
Online beskrivelse
Reference: http://www.symfony-project.com/book/trunk/03-Running-Symfony