Skip to content

Instantly share code, notes, and snippets.

@frisbee23
frisbee23 / ubuntu18_rt4.4.4_manual_install
Last active May 6, 2019 15:49
install rt4.4.4 from source on ubuntu18 with perl modules from system and from cpan with database postgresql with http server apache2
##disclaimer: this is quick, dirty & non-secure. do not use in production!
##### install a database
apt install postgresql
#### installed a lot of perl libs..
see [1]