How To Install Ditz In Debian, Fedora And Raspbian?
Install ditz
-
Debian
apt-get install ditz
Click to copy -
Fedora
dnf install rubygem-ditz
Click to copy -
Raspbian
apt-get install ditz
Click to copy
rubygem-ditz
A command-line issue trackerditz
distributed issue trackerDitz is a simple, light-weight distributed issue tracker designed to work with distributed version control systems like git, darcs, Mercurial, and Bazaar. It can also be used with centralized systems like SVN. Ditz maintains an issue database directory on disk, with files written in a line-based and human-editable format. This directory can be kept under version control, alongside project code. Ditz provides a simple, console-based interface for creating and updating the issue database file, and some rudimentary static HTML generation capabilities for producing world-readable status pages.
Install the latest version of ditz in Debian, Fedora and Raspbian from terminal. To install the ditz just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of ditz from the respository and install it in your computer/server.