0a09ea6b953b3e6a675eb3fa0bd4a4a9895bf697
configuration/environments_scripts/central_reverse_proxy/setup-central-reverse-proxy.sh
| ... | ... | @@ -81,6 +81,8 @@ terminationCheck "$?" |
| 81 | 81 | ssh -A "root@${IP}" "bash -s" << BUGZILLAEOF &>log.txt |
| 82 | 82 | cd /usr/share/bugzilla/ |
| 83 | 83 | # essentials bugzilla |
| 84 | +/usr/bin/perl -MCPAN -e 'install App::cpanminus' |
|
| 85 | +cpanm --notest SOAP::Lite |
|
| 84 | 86 | /usr/bin/perl install-module.pl DateTime |
| 85 | 87 | /usr/bin/perl install-module.pl DateTime::TimeZone |
| 86 | 88 | /usr/bin/perl install-module.pl Email::Sender |
| ... | ... | @@ -113,6 +115,15 @@ cd /usr/share/bugzilla/ |
| 113 | 115 | /usr/bin/perl install-module.pl File::Copy::Recursive |
| 114 | 116 | /usr/bin/perl install-module.pl MIME::Base64 |
| 115 | 117 | /usr/bin/perl install-module.pl Authen::SASL |
| 118 | +/usr/bin/perl install-module.pl XML::Twig |
|
| 119 | +/usr/bin/perl install-module.pl Net::LDAP |
|
| 120 | +/usr/bin/perl install-module.pl Net::SMTP::SSL |
|
| 121 | +/usr/bin/perl install-module.pl XMLRPC::Lite |
|
| 122 | +/usr/bin/perl install-module.pl Test::Taint |
|
| 123 | +/usr/bin/perl install-module.pl HTML::Scrubber |
|
| 124 | +/usr/bin/perl install-module.pl Email::Reply |
|
| 125 | +/usr/bin/perl install-module.pl HTML::FormatText::WithLinks |
|
| 126 | +/usr/bin/perl install-module.pl Cache::Memcached |
|
| 116 | 127 | BUGZILLAEOF |
| 117 | 128 | terminationCheck "$?" |
| 118 | 129 | read -n 1 -p "Bugzilla installation complete, when ready press a key to continue." key_pressed |