Installation Images

You may view and search all available installation images via the https://images.apexpl.io/ site. Installation images allow you to instantly install Apex with a pre-configured setup of packages, configuration variables, and more.

To install Apex using an installation image, simply use the --image flag with the value of the image. For example, to install use the apex/demo installation image, you would run the commands:

composer create-project apex/apex
cd apex
./apex --image apex/demo

That's it, and upon initial installation all necessary packages will be downloaded and configuration variables set.

Import Account

If the desired installation image contains commercial or private packages, you will need to add the --import flag during installation. This will prompt you to import your Apex account before the installation image is installed. For example:

composer create-project apex/apex
cd apex
./apex --image username/alias --import`