symfony1 - is symfony system wide? -


i have directory .php files in it...do need install symfony in directory can run symfony commands directory?? tried: pear channel-discover pear.symfony-project.com

and got: channel "pear.symfony-project.com" initialized

the tried: pear install symfony/symfony

and got: warning: configuration download directory "/build/buildd/php5-5.3.2/pear-build-download" not writeable. change download_dir config variable writeable dir avoid warning cannot install, php_dir channel "pear.symfony-project.com" not writeable current user

how fix please? must run sudo?? thanks

if remember well, symfony "system-wide" if installed through pear (like trying do).

now recommended manual "standalone" install through svn. see http://www.symfony-project.org/gentle-introduction/1_4/en/03-running-symfony

as well, sandbox bring "standalone" installation of symfony (you have in project root directory able run symfony commands)

edit

example of quick install using svn:

mkdir /path/to/symfony cd /path/to/symfony svn checkout http://svn.symfony-project.com/tags/release_1_4_0 . 

but should better follow manual , configure external svn sources.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -