User Guide > Tasks > Creating New PHP Projects > Creating a New PHP Project from GitHub

Creating a New Project From GitHub

GitHub is a web-based hosting service for software development projects that use the Git revision control system.

Zend Studio allows you to create a new PHP project by importing an existing GitHub project.

 

 

Instructions on how to complete a procedure

To create a new GitHub project in Zend Studio:

  1. In the menu-bar, go to File | New | PHP Project from GitHub.
    The New PHP Project from GitHub wizard is displayed.

  1. Enter the following information:

    • Project Name: Enter the name of your project.
    • Location: Enter the location folder for your project.
    • User: Enter your GitHub username.
    • Password: Enter your GitHub password.
  1. Click Refresh.
    Zend Studio retrieves all the associated repositories.

  2. Click the Repository drop-down menu, and select a repository from the list. To create a new GitHub repository, click Create Repository.
    The URI field will automatically display the repository URL.
  3. Click Next.
    The Launch Settings dialog is displayed.
    By default, the dialog displays with the Launch URL option selected. 
    This option connects your application to a Local Web server with no Zend Deployment Support options. The name of your Host server and the application Base Path will automatically be displayed in the relevant fields. You may select a different server by clicking on the Host drop-down menu and clicking on New Server.

  1. Two additional options are available for launching:

    • Launch CLI Application: Select this option if you do not wish to enable deployment, and to launch your application as a Local CLI.
    • Launch with Zend Application Deployment : Select this option to deploy your project on Zend Server, the Zend Developer Cloud or a Local server with deployment options.

    Note:

    For more information on Zend's Application Deployment Support, see Working with Deployment.

  1. Click Next.
    The Libraries dialog is displayed.

  1. Select the libraries you wish to add to the project, and click Finish.
    The new project will be created in your workspace and displayed in the PHP Explorer View

Note:

If not already installed, selecting to install jQuery Library Support, ExtJS and Prototype will prompt a restart of Zend Studio.

 

 

Related Links

Related Links:

Creating New Projects

Creating a New Project from CVS

 

 

©1999-2014 Zend Technologies LTD. All rights reserved.