e674d4d2ac8bf9e9389b965869ae66db0fc8899c
wiki/info/landscape/creating-ec2-image-for-webserver-from-scratch.md
| ... | ... | @@ -11,6 +11,7 @@ This is an add-on to the regular EC2 image set-up described [here](https://wiki. |
| 11 | 11 | Then carry out these steps: |
| 12 | 12 | |
| 13 | 13 | * install additional packages: `yum install fail2ban git mod24_perl perl perl-CGI perl-Template-Toolkit perl-HTML-Template perl-CPAN perl-DBD-MySQL mod24_ssl php71 php71-mysqlnd mod24-ldap ruby24 ruby24-devel rubygems24 rubygems24-devel icu libicu-devel gcc-c++ ncurses-devel geoip-devel` |
| 14 | +* activate NFS by calling `chkconfig nfs on`; launch the NFS service once using `service nfs start` |
|
| 14 | 15 | * run the following command in order to obtain this feature required by Bugzilla: |
| 15 | 16 | ``` |
| 16 | 17 | cpan install Date::Parse Email::Address Email::Send DBI Geo::IP::PurePerl |