-
Notifications
You must be signed in to change notification settings - Fork 4
Installation
DBgit edited this page Jul 11, 2019
·
8 revisions
- You can install
dbgit
in Windows withdbgit-install-windows.bat
file as follows:
dbgit-install-windows.bat
- You can install
dbgit
in Linux withdbgit-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 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