Skip to content

Downloading the Code

Steve Ives edited this page Jan 2, 2019 · 6 revisions

There are two ways to obtain the code for the environment:

  1. Clone the GIT repository.
  2. Download the code in a ZIP file.

Cloning the GIT Repository

  1. Ensure that you have GIT for Windows command line tools installed.

  2. Open a Windows command prompt and move to the folder where you would like to download the code (a new sub-folder will be created automatically when you clone the repository).

  3. Execute the following GIT command:

    git clone https://github.com/Synergex/SqlReplication.git

Downloading the Code in a ZIP File

  1. Use a web browser and go to https://github.com/Synergex/SqlReplication 
  2. Click the green Clone or Download button ans select Download Zip.
  3. Extract the zip fine in your chosen location.
Clone this wiki locally