Skip to content

drevops/installer

Repository files navigation

DrevOps Installer logo

Installer for DrevOps Scaffold project.

GitHub Issues GitHub Pull Requests Test PHP codecov GitHub release (latest by date) LICENSE Renovate

Important

We are working on the v2 on the installer in the 2.x branch.

Installation

Download and run the latest version of the installer:

curl -SsL https://install.drevops.com > install.php
php install.php
rm -r install.php

Maintenance

composer install
composer lint
composer test

Releasing

The installer is packaged as a PHAR and deployed to https://install.drevops.com/ upon each GitHub release.