总结性Summary
如果在本地服务器上想测试或者尝试一下symfony,最好安装一个已经预配置好环境的沙盒。
For a real development or in a production server, opt for the PEAR installation or the SVN checkout. This will install the symfony libraries, and you still need to initialize a project and an application. The last step of the application setup is the server configuration, which can be done in many ways. Symfony works perfectly fine with a virtual host, and it is the recommended solution.
如果在安装中遇到问题, 你能从symnfony网站上找到许多教程,回答,FAQ。 如果需要,你可以把问题提交到symfony社区,这样会很快得到答案。
当项目初始化好后, 开始版本控制流程是一个好习惯。
现在你已经准备好使用symfony了,现在是时候去建立一个基础的网页程序了。
<转载注明:PHP开发资源网(
http://bbs.phpre.com/)>