- Symfony2 Essentials
- Wojciech Bancer
- 206字
- 2021-07-16 20:06:57
Installation
Prior to installing Symfony2, you don't need to have a configured web server. If you have at least PHP version 5.4, you can use the standalone server provided by Symfony2. This server is suitable for development purposes and should not be used for production. It is strongly recommend to work with a Linux/UNIX system for both development and production deployment of Symfony2 framework applications. While it is possible to install and operate on a Windows box, due to its different nature, working with Windows can sometimes force you to maintain a separate fragment of code for this system.
Note
Even if your primary OS is Windows, it is strongly recommended to configure Linux system in a virtual environment. Also, there are solutions that will help you in automating the whole process. As an example, see more on https://www.vagrantup.com/ website.
To install Symfony2, you can use a few methods as follows:
- Use a new Symfony2 installer script (currently, the only officially recommended). Please note that installer requires at least PHP 5.4.
- Use a composer dependency manager to install a Symfony project.
- Download a
zip
ortgz
package and unpack it. - It does not really matter which method you choose, as they all give you similar results.
- LaTeX Cookbook
- Java程序設(shè)計(jì)實(shí)戰(zhàn)教程
- 深入理解Django:框架內(nèi)幕與實(shí)現(xiàn)原理
- Learn Programming in Python with Cody Jackson
- 人人都懂設(shè)計(jì)模式:從生活中領(lǐng)悟設(shè)計(jì)模式(Python實(shí)現(xiàn))
- Python完全自學(xué)教程
- Kotlin從基礎(chǔ)到實(shí)戰(zhàn)
- 移動(dòng)界面(Web/App)Photoshop UI設(shè)計(jì)十全大補(bǔ)
- Instant Lucene.NET
- 匯編語(yǔ)言編程基礎(chǔ):基于LoongArch
- Building Serverless Web Applications
- 軟件測(cè)試綜合技術(shù)
- Greenplum構(gòu)建實(shí)時(shí)數(shù)據(jù)倉(cāng)庫(kù)實(shí)踐
- Software Development on the SAP HANA Platform
- Python第三方庫(kù)開(kāi)發(fā)應(yīng)用實(shí)戰(zhàn)