vagrun

Commmand-line tool that helps start and configure a PHP Vagrant from scratch

MIT License

Downloads
4
Stars
10
Committers
6

Vagrun

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.

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.

Package Rankings
Top 33.58% on Packagist.org
Badges
Extracted from project README's
Build Status codecov.io