-
Notifications
You must be signed in to change notification settings - Fork 4
Installation
Download the app from the official dbgit site. Download link
Unzip the archive in your working folder.
You can install dbgit
in Windows with dbgit-install-windows.bat
file as follows:
dbgit-install-windows.bat
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>
You can install dbgit
in Linux with dbgit-install-linux.sh
file as follows:
sh dbgit-install-linux.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 checking and installing (if needed) JRE
and Git
the installer will copy dbgit
files to the folder you set.
You can install dbgit
in MacOS with dbgit-install-mac.sh
file 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 checking and installing (if needed) JRE
and Git
the installer will copy dbgit
files to the folder you set.
Getting started
Building
Reference