- 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.
- HTML5從入門到精通 (第2版)
- 深入理解Elasticsearch(原書第3版)
- Python Data Structures and Algorithms
- Building Dynamics CRM 2015 Dashboards with Power BI
- Advanced UFT 12 for Test Engineers Cookbook
- INSTANT JQuery Flot Visual Data Analysis
- The Statistics and Calculus with Python Workshop
- Oracle SOA Suite 12c Administrator's Guide
- Instant Pygame for Python Game Development How-to
- Android熱門應(yīng)用開發(fā)詳解
- Backbone.js Patterns and Best Practices
- Java程序設(shè)計(項目教學(xué)版)
- Game Programming using Qt 5 Beginner's Guide
- 打造流暢的Android App
- Mastering PostgreSQL 11(Second Edition)