RT
From CSLabsWiki
RT is a debian VM which has the RT ticket software running (the same thing that OIT uses)
It's run by Jared D
Contents
packages
graphviz libgd-dev mariadb-server nginx build-essential
sql
mysql -p [enter password] CREATE USER 'rt_user'@'localhost' IDENTIFIED BY 'rt_pass'; CREATE DATABASE rt; GRANT ALL PRIVILEGES ON rt.* TO rt_user@localhost; ^D
config
./configure --enable-gpg --enable-smime --enable-externalauth --enable-graphviz --enable-gd --with-db-database=rt --with-web-user=www-data --with-web-group=www-data --with-libs-group=root --with-attachment-store=disk
Make sure to get spit out yes and found
build
make