Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chojnac/vagrant-php-nginx-mysql
Simple vagrant Ubuntu 14 box with latest php, php-fpm, nginx, mysql.
https://github.com/chojnac/vagrant-php-nginx-mysql
Last synced: about 1 month ago
JSON representation
Simple vagrant Ubuntu 14 box with latest php, php-fpm, nginx, mysql.
- Host: GitHub
- URL: https://github.com/chojnac/vagrant-php-nginx-mysql
- Owner: chojnac
- Created: 2014-09-14T10:37:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-14T10:37:33.000Z (over 10 years ago)
- Last Synced: 2024-10-15T14:43:43.074Z (3 months ago)
- Language: Ruby
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vagrant php nginx mysql box
------------------------
Simple vagrant Ubuntu 14 box with latest php, php-fpm, nginx, mysql.Dependencies
------------* Ruby 1.9.2
* Vagrant 1.6+
* librarian-chef
* VirtualBox 4.3.14+Install vagrant plugins (if not instaled)
-----------------------```
$ vagrant plugin install vagrant-cachier
$ vagrant plugin install vagrant-omnibus```
Install librarian
----------------------```
$ gem install librarian-chef
```Install chef cookbooks
----------------------```
$ cd chef
$ librarian-chef install
```Run vagrant
------------------
```
vagrant up
```Done
-------------------Open in browser [http://192.168.33.10]()
Problems
------------
* compile/install problems with Virtualbox Guest Additions - upgrade VirtualBox [ticket](https://www.virtualbox.org/ticket/12638)