Skip to content

โฌ‡๏ธ Installation

Installation

Install using interactive prompt
curl -SsL https://install.drevops.com | php
Quiet installation
curl -SsL https://install.drevops.com | php -- --quiet
Installation into a specific directory
curl -SsL https://install.drevops.com | php -- /destination/directory

The source code for the installer script is published from install file.

Updating

Update to the latest version
ahoy update-drevops
Update to the specific commit
ahoy update-drevops cb9979b2c10c59d52874be4661e9331b01d9b7c5

If you have modified any of the files that are managed by DrevOps, the update will override them. You would need to re-apply your changes. This is because DrevOps is not aware of the changes you have made (and this is a good thing because you don't want to have your changes overwritten by mistake without a proper review).