My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
HelloWorldTutorial  
One-sentence summary of this page.
Featured
Updated Nov 24, 2011 by ganoro

Introduction

The following example walks you through building your first Web application with Zend SDK, Github and Zend Developer Cloud.

# clone an example project from a git repository
$ zend clone project -r https://ganoro@github.com/ganoro/ExampleProject.git

# define a target environment to host your application
$ zend add target -d <account-name>:<account-password>

# set working directory
$ cd ExampleProject

# deploy the newly created application to the defined target
$ zend deploy application 

Details

In more details, we start by cloning an example project with the name 'ExampleProject' from a git repository (GitHub) and adding a target to host the application (alternatively detect your localhost target). This results in a fully deploy-able project, which includes a basic hello world Web interface along with basic deployment and manifest scripts which will be used for the deployment process.

The last command triggers the deployment process which deploys the application to the target.

With Eclipse


Sign in to add a comment
Powered by Google Project Hosting