ideato/vagrun

The official installer to create Vagrant projects based on the vagrant-php-template

dev-master / 1.0.x-dev 2015-10-27 11:49 UTC

This package is auto-updated.

Last update: 2024-04-09 22:45:59 UTC


README

Vagrun is a command-line tool that helps you to start and configure a PHP Vagrant machine from scratch. Vagrun is based on vagrant-php-template project.

Please, take a look at documentation for further information and examples.

Build Status codecov.io

Requirements

PHP 5.4.0 or above.

Installation

curl http://ideatosrl.github.io/vagrun/vagrun.phar > your/path/vagrun.phar

Global installation

sudo mv your/path/vagrun.phar /usr/local/bin/vagrun

Usage

Initialization

vagrun init [--path=/your/path]

Configuration

vagrun config [--path=/your/path]

Erase installation

WARNING: use this command at your own risk

The following code will delete all the configuration files and the directory .vagrant

vagrun cleanup [--path=/your/path]

If you are sure to delete vagrant configuration and .vagrant directory you could use the option --force to erase the installation without being prompted for confirmation.

Authors

License

Vagrun is licensed under the MIT License - see the LICENSE file for details.