Skip to content

Cloning

Cloning the Code

You need to check out over ssh - this implies that you have configured your GitHub account with an SSH key:

git clone git@github.com:unicef-drp/GeoSight-OS.git

📒Which branch to use?: Note that we deploy our staging site from the main branch and our production environment from the latest release tag. If you are planning on contributing improvements to the project, please submit them against the main branch.

🪧 Now that you have cloned the project, move on to the configuration.