Git Support Print

  • 0

Git Support

Overview

staXscale Dashboard allows you to integrate with Git â the most popular source code management system used by many web developers. You can manage Git repositories and automatically deploy web sites from such repositories to a target public directory. In other words, you can use Git as a transport for initial publishing and further updates.

To work with Git, you need the following:

  1. The Git extension installed in staXscale Dashboard.
  2. A domain should be created in staXscale Dashboard with a service plan granting the Git management permission.

In staXscale Dashboard, you can add Git repositories of two types depending on the usage scenario:

  1. Using a local repository on your workstation. In this case, you send the changes from your local repository to staXscale Dashboard, and then staXscale Dashboard deploys the changes to your web site.
  2. Using remote Git hosting. This scenario may be useful if you already work with a remote repository in GitHub (github.com) or BitBucket (bitbucket.org). You send the changes to the remote repository, and then staXscale Dashboard pulls them from the remote repository and deploys them to your web site.

When you have Git repositories enabled in your domain, a list of created repositories is displayed on the domain's page. For each repository, the name, the current branch and the deployment path are displayed. The Deploy button near the repository name allows you to deploy the files from a repository (if manual deployment is configured) and the Pull Updates button allows you to pull the changes from the remote repository.

The Git link allows you to manage the domain's Git repositories.


Was this answer helpful?

« Back