Once the installer is complete and you have completed the initial “bootstrap” page and the self-registration page, you need to install the AccuRev trigger server_master_trig.pl on the AccuRev Server:
> cd <gc_home>/bin > cp server_master_trig.pl <ac_home>/storage/site_slice/triggers > cd <ac_home>/storage/site_slice/triggers > chmod +x server_master_trig.pl
$::AccuRev = "/usr/accurev/bin/accurev";
accurev login-n <user><password>
> /usr/bin/perl -c ./server_master_trig.pl
You know that your installation is complete and functioning when you see the message:
server_master_trig syntax ok
If any errors appear, address them before proceeding. For example, if Perl is not installed in the expected location, modify the path in server_master_trig.pl (or install it where the script expects to find it). If any optional Perl modules are missing, such as XML::Simple, install them. For example, as root try installing:
libxml-sax-expat-perl cpan install XML::Simple
>PL2BAT server_master_trig.pl