Create a new application from a custom sample in Cloud Code for IntelliJ

Once you've set up your sample repository (or one has been set up for you), you can start creating applications with these samples.

Alternatively, you can import the Cloud Code sample repository if you'd just like to try out the custom sample experience. To better understand how custom sample repositories are set up, it is recommended that you try forking the repository and modifying its structure and content before importing it. You can do this by creating new samples within the repository or modifying the source code to create your own versions of the Hello World or Kubernetes Custom Sample apps.

Creating your app from an imported sample

To create a new application using one of the samples from your sample repository, follow these steps:

  1. Copy the Git URL of the sample repository that you'd like to use.

  2. Navigate to the Custom Samples settings page with File > Settings > Tools > Cloud Code > Custom Samples or for Mac OS X, IntelliJ IDEA > Preferences > Tools > Cloud Code > Custom Samples.

    Custom application sample repositories page with table with columns, Repository URL and Branch

  3. Click + Add to open the Repository for Custom Application Samples dialog.

  4. Enter the Git URL you copied earlier in the Repo URL field and click Next.

    The URL in this example is of the HTTPS GitHub format: https://github.com/username/repo-name.git.

    Git URL filled with HTTPS format URL: https://github.com/GoogleCloudPlatform/cloud-code-samples.git

  5. Click Add to authorize your use of the repository in your IDE, if necessary, and to add the sample repository to your IDE.

  6. If your repository addition is successful, you'll see a Green checkmark in status column green check mark in the Status column of your table of sample repositories. The branch field is automatically populated with the repository's default branch. To edit the branch, select the project and click the table's edit button.

    If a warning icon is displayed in the Status column, hold your pointer over the icon to get more information about why your repository is not valid.

  7. To update your repository accordingly and check the repository's status in your IDE, click Reload Repositories button icon Reload Repositories

  8. Create a new project by navigating to File > New > Project.

  9. Select Cloud Code: Custom.

  10. To use the latest version of your samples in Cloud Code, click Refresh.

    Refresh button for custom samples

  11. Choose a sample from the list of available custom samples and click Next to proceed.

    List of custom samples available when creating a new Cloud Code app

  12. Pick a name and project location for your new app.

    Once you click Finish, Cloud Code creates your app using your chosen sample and opens it for use.

Get support

To submit feedback or report an issue in your IntelliJ IDE, go to Tools > Cloud Code > Help / About > Submit feedback or report an issue to report an issue on GitHub, or ask a question on Stack Overflow.