Changes between Initial Version and Version 1 of Nmm2022/Agenda/RTsetup
- Timestamp:
- May 24, 2022, 6:17:54 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Nmm2022/Agenda/RTsetup
v1 v1 1 = Install Request Tracker 5 (RT) on Ubuntu 20.04 = 2 3 4 Update system package cache; 5 {{{ 6 #sudo su 7 #apt update 8 #apt upgrade 9 }}} 10 11 === Install Required Build tools === 12 {{{ 13 #apt install build-essential libapache2-mod-fcgid libssl-dev libexpat1-dev libdbd-mysql-perl liblwp-protocol-https-perl libhtml-formattext-withlinks-andtables-perl libhtml-formattext-withlinks-perl html2text 14 }}}