Deploy is an open source application for managing system and application deployment. The current version works with CentOS and Red Hat Enterprise Linux, version 6. Installation requires a 64-bit system running CentOS or Red Hat Enterprise Linux 6.
Deploy is available for download via a YUM package repository. Login or switch to root user before completing the following steps.
Configure YUM to use the Deploy package repository.
First, download the repository release package from the link below:
CentOS and RHEL 6 | deploy-release-6-27.el6.noarch.rpm |
CentOS and RHEL 7 | deploy-release-7-1.el7.noarch.rpm |
Next, install the downloaded package using the following command.
rpm -Uvh path/to/downloaded/rpm
Install and update Deploy using YUM.
Use the following command line to install Deploy on machines with processor support for virtualization (recommended). Refer to the Red Hat Enterprise Linux 6 Virtualization Administration Guide to determine if your processor has the required virtualization extensions.
yum install deploy-standard-config
Otherwise, use the command line below.
yum install deploy-basic-config
Type "yes" when asked to confirm GPG key import.