Download package
Add rpm to the ebextensions directory
create a .config file in a .ebextensions directory
add commands to the configuration file as follows:
container_commands: 01-command: command: rm -rf /pagespeed/ebextensions 02-command: command: mkdir -p /pagespeed/ebextensions 03-command: command: cp -R .ebextensions/* /pagespeed/ebextensions/ 04-command: command: rpm -U /pagespeed/ebextensions/mod-pagespeed.rpm
Make sure the commands are indented, as shown, without tabs, otherwise this will not work.
replace "mod-pagespeed.rpm" for any actual rpm file name.
Charlie smith
source share