-
Notifications
You must be signed in to change notification settings - Fork 4
Installation
DBgit edited this page Jul 12, 2019
·
8 revisions
Download the app from the official dbgit site. Download link
Unzip the archive in your working folder.
- You can install
dbgitin Windows withdbgit-install-windows.batfile as follows:
dbgit-install-windows.bat
- You can install
dbgitin Linux withdbgit-install-linux.shfile as follows:
sh dbgit-install-linux.sh
- You can install
dbgitin MacOS withdbgit-install-mac.shfile as follows:
sh dbgit-install-mac.sh
This command will check if you have JRE and Git on your computer. If you don't, it will download and install them.
After that the installer will check your PATH system variable.
If the installer will find dbgit in PATH it will copy files to the path it found.
Otherwise, the installer will set current directory to the PATH system variable, so current directory will be used as work folder for dbgit
dbgit-install-windows.bat <path>
After checking and installing (if needed) JRE and Git the installer will copy dbgit files to the folder you set.
Getting started
Building
Reference