Difference between revisions of "Kart Git And TUFLOW"

From Tuflow
Jump to navigation Jump to search
Line 4: Line 4:
  
 
==Software and Installation==
 
==Software and Installation==
 +
The following software is required:
 +
* Git [https://git-scm.com/downloads https://git-scm.com/downloads] - There is a portable version Git for Windows, therefore it doesn't necessarily require admin privileges to install. There are a lot of user installation options, you should be able to simply use the default options throughout.
 +
* Kart [https://kartproject.org/ https://kartproject.org/] - Kart will require admin privileges to install. Kart is packaged with it's own Git version, however this will not contain git bash so the above installation will be required.
 +
Recommended software:
 +
* QGIS with the Kart plugin (and the TUFLOW plugin for importing empty files)
 +
 
==Setting up Control File Repository==
 
==Setting up Control File Repository==
 
==Setting up Kart Repository==
 
==Setting up Kart Repository==
 
==Cloning an Existing Repository==
 
==Cloning an Existing Repository==

Revision as of 17:50, 25 April 2023

Notes

  • This wiki page was written with Kart v0.12.2 which is still considered a pre-release version. Kart is in rapid development and some of the constraints and/or methods may no longer be valid or have changed in subsequent versions.
  • The examples on the page use git bash (on Windows) which is installed with Git. A lot of the methodology can also be done throught Windows command prompt with the same syntax however on this version of Kart, for private remote repositories, Kart will not prompt for any authentication while using command prompt and will simply fail to push/pull. Git bash will prompt for authentication and is also easier to save passwords and add ssh keys (required for Github) so is a lot better to use in these contexts. For consistency, it will be adopted for all examples over command prompt.

Software and Installation

The following software is required:

  • Git https://git-scm.com/downloads - There is a portable version Git for Windows, therefore it doesn't necessarily require admin privileges to install. There are a lot of user installation options, you should be able to simply use the default options throughout.
  • Kart https://kartproject.org/ - Kart will require admin privileges to install. Kart is packaged with it's own Git version, however this will not contain git bash so the above installation will be required.

Recommended software:

  • QGIS with the Kart plugin (and the TUFLOW plugin for importing empty files)

Setting up Control File Repository

Setting up Kart Repository

Cloning an Existing Repository