Table of Contents |
---|
This section describes how to set up a Git repository and check out a project.
Anchor | ||||
---|---|---|---|---|
|
Anchor | ||||
---|---|---|---|---|
|
You do this only once.
Info | ||
---|---|---|
| ||
The following instructions use an example Git repository. Substitute the repository and branch for your development environment. |
- In the Datical DB GUI, go to File menu and select Import
- Choose Git > Projects from Git
- Click Next >
- Select Clone URI
- Click Next >
- In the URI field, copy and paste the Git clone URL from your Git repository. Rest of the fields should automatically populate based on the URI string.
- You may need to provide a User/Password for authentication if the URI is http-based. If the URI is ssh-based, then ensure that there is a public key provided for authentication with the Git repository.
- Click Next >
- Select the desired branch, then click Next.
- Verify the Local Destination for the repository, then click Next.
- The project is cloned from the repository to a local repo:
- Click Next >
- You will now see the final screen showing the project imported locally:
- Verify the Repository shows up in your Deployment Plans.
Anchor | ||||
---|---|---|---|---|
|
Anchor | ||||
---|---|---|---|---|
|
- Import projects from the new repository.
- Choose the project to import
- Verify the final project settings.
- Switch to the Deployment Plans perspective and verify the project.
...