Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rzajac/vagrant-prov
Collection of Vagrant provisioning scripts.
https://github.com/rzajac/vagrant-prov
Last synced: 28 days ago
JSON representation
Collection of Vagrant provisioning scripts.
- Host: GitHub
- URL: https://github.com/rzajac/vagrant-prov
- Owner: rzajac
- License: apache-2.0
- Created: 2016-04-17T19:09:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-05T21:43:00.000Z (almost 7 years ago)
- Last Synced: 2024-10-08T22:48:44.924Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Vagrant provisioning scripts.
This project was created to gather in one place all the provisioning
scripts I use in my projects.Currently it includes scripts to install and configure:
- Apache
- Nginx
- PHP 5
- Memcached
- MySQL## Prerequisites.
You need to have [VirtualBox](https://www.virtualbox.org/wiki/Downloads) and
of course [Vagrant](https://www.vagrantup.com/downloads.html) installed.## Configuration.
Customize `Vagrantfile` and `Vagrantconf` file and then run `vagrant up`.
## Composer install.
{
"require": {
"rzajac/vagrant-prov": "0.2.*"
}
}After running `composer install` you must run `vendor/bin/php-vagrant-init` to
initialize the `Vagrantfile` and `Vagrantconf` in your project root directory.To use directory other then `project` for web server root edit line:
config.vm.synced_folder "project", "/usr/local/var/www/myproject", :owner => "vagrant"
in `Vagrantfile`.## License.
Apache License, Version 2.0.
For details see LICENSE.txt file.