Pear symphony install: Difference between revisions

From Skytech
Jump to navigation Jump to search
No edit summary
 
No edit summary
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

Revision as of 08:57, 2 July 2008


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