In the coming 7 days all the Hypernodes are updated with a new functionality. This functionality enables you to preinstall a Magento or Akeneo installation on your Hypernode.

This is only available on a live Hypernode, not in the Hypernode docker.

Using the command hypernode-systemctl preinstall [preinstall_type] the installation is automatically installed.  The current supported preinstall_types are magento1, magento2, akeneo3.2 and akeneo4.0. By adding --sample-data as an argument we install the version with sample data . Take a look at the livelog command to check the progress on the update job.

Please be aware that this does not set the general Hypernode settings (php, mysql) to the proper values. This still needs to happen manually. In addition, for Magento make sure the /data/web/public folder is empty.

# Start the preinstall
app@appname.hypernode.io:~$ hypernode-systemctl preinstall magento2 --sample-data
Preinstall magento2 with sample data job posted, see hypernode-log (or livelog) for job progress.

# Check the preinstall status
app@appname.hypernode.io:~$ livelog # or hypernode-log

# Check out your new installation
app@appname.hypernode.io:~$ ls /data/web # See the magento2 directory and the contents of public

Use your browser to go to appname.hypernode.io and check out your preinstallation.