TRB3 Centos-7 instructions: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
== Centos-7 Setup == | == Centos-7 Setup == | ||
The TRB3 software and associated analysis packages are developed on newer operating systems than Centos-7. So a certain amount of work is needed to get the software to work on Centos-7. | The TRB3 software and associated analysis packages are developed on newer operating systems than Centos-7. So a certain amount of work is needed to get the software to work on Centos-7. | ||
1) I started by copying over the software in trbsoft from an existing installation. | |||
scp trbsoft_backup.tar.gz trb3@ladd00:/data0/trb3/. | |||
2) The main problem is with the TRB3 code requiring a newer version of perl. I used perlbrew to setup a newer version of perl than Centos-7 supports: | |||
Following the instructions on website: | |||
[https://perlbrew.pl/] |
Revision as of 12:41, 20 February 2018
Introduction
See main TRB3 document for introductory material.
Centos-7 Setup
The TRB3 software and associated analysis packages are developed on newer operating systems than Centos-7. So a certain amount of work is needed to get the software to work on Centos-7.
1) I started by copying over the software in trbsoft from an existing installation.
scp trbsoft_backup.tar.gz trb3@ladd00:/data0/trb3/.
2) The main problem is with the TRB3 code requiring a newer version of perl. I used perlbrew to setup a newer version of perl than Centos-7 supports:
Following the instructions on website: