ideato / vagrun
The official installer to create Vagrant projects based on the vagrant-php-template
Requires
- php: >=5.4.0
- guzzlehttp/guzzle: ~4.0
- guzzlehttp/progress-subscriber: ~1.1
- raulfraile/distill: ~0.9,!=0.9.3,!=0.9.4
- symfony/console: ~2.5
- symfony/filesystem: ~2.5
- symfony/yaml: ~2.7
Requires (Dev)
- phpunit/php-code-coverage: ~2.0
- phpunit/phpunit: ~4.6
This package is auto-updated.
Last update: 2024-11-10 00:03:40 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.
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
- Simone 'dymissy' D'Amico sd@ideato.it
- Nicole 'Fuminshou' Bartolini nb@ideato.it
- other contributors
License
Vagrun is licensed under the MIT License - see the LICENSE file for details.