You have tried to access an archived page. Please go to the new https://root360.atlassian.net/wiki/spaces/KB to find more documents.



Composer is a powerful tool for configuring projects.

Values that are defined during the runtime of the composer over the runtime environment replace placeholders stored in the configuration files of the project.

Through this mechanism, a project achieves the dynamics necessary to install it in a cloud.


If you meet the following requirements, the Cloud Management experts from Root360 can deploy your project in the cloud using Composer.

During the project implementation, you will exchange the following data with the experts of Root360:

Usage of composer in install.sh during Deployment

Difference between composer install and update

install:

The following steps happen during the install command:

update:

Usage recommendation

(lightbulb)

We recommend to create composer.lock during your development process and place the file to your release.
The advantage is, that all package versions you have used for development and successful tested, are freezed in this file and will be exactly installed on your aws evironment.

With composer.lock you can simply use composer install in your install.sh .