[
{ type: install
  message: <<EOM
1 Congratulations! You have successfully installed
PRESTASHOP e-Commerce platform.


2 Add the following to your Apache configuration file
   httpd.conf, and restart the server:

   Alias /prestashop /usr/local/www/prestashop/
   AcceptPathInfo On
   <Directory /usr/local/www/prestashop>
        Options Indexes
      AllowOverride None
      Require all granted
   </Directory>

3 Then continue to proceed to Prestashop web setup proccess with
  your browser:
  http://your-server-name/prestashop/

4 More detailed document could be found here:
  https://docs.prestashop-project.org/v.8-documentation/getting-started/installing-prestashop
EOM
}
]
