Deploying Applications to Zend Server
Zend Studio allows you to create a new PHP project from an existing SVNSVN (Apache Subversion) is a software versioning and revision control system distributed under an open source license. project. In this tutorial you will be provided with an existing SVN project.
Tutorial Content
In this tutorial you will learn:
-
To create a new PHP project from SVN in Zend Studio. You will be provided with an existing SVN account and project.
-
To deploy your project on a local Zend Server.
-
To launch your application. After creating your application, Zend Studio enables you to run your application from within the IDE and in an internal browser.
Prerequisites
-
Download Zend ServerZend Server is a complete, enterprise-ready Web Application Server for running and managing PHP applications that require a high level of reliability, performance and security. 6.0 or above from the Zend Server Downloads page . For more information see the Zend Server Installation Guide.
-
Download Zend Studio 11.0 or above from the Zend Studio Downloads page. For more information see the Zend Studio Installation Guide.
-
For Windows 7 users - Full write permissions for the ‘C:\Program Files(x86)\Zend\Apache2\htdocs’ directory:
-
Edit the files invoking the editor using “Run As Administrator”.
-
Change the Web server configuration to use a document root folder located outside of 'C:\Program Files'.
-
Use any other solution, as recommended by Microsoft.
-
Creating a new project from SVN in Zend Studio allows you to import an existing SVN project into your IDE.
For this tutorial you will use a provided SVN project.
|
|
|
To create a new project from SVN:
|
|
The second stage of this tutorial will explain how to finalize the testing stages for your application by launching it in Zend Studio's internal browser.
|
|
|
To launch your application:
|
|