Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)