v1.0.1
This release is mainly an update to documentation and a change to the way the installer works.
Instead of installing Go and compiling RITA from scratch, the installer will pull a precompiled binary from Github as part of the install. This reduces a lot of the complexity and avoids having to install a development environment just to use RITA.
Because of this, you no longer need to clone the entire RITA repository. You can instead download the install.sh
file from this release and run it. The script will take care of everything else.
The installer will also now avoid overwriting an existing configuration file. The new file will be saved next to it as config.yaml.new
so that a user can manually migrate it over if needed.