Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kazu69/vagrant-chef-lamp-wordpress-example

Vagrant + CentOS6.5 + Apache + php + Wordpress sample
https://github.com/kazu69/vagrant-chef-lamp-wordpress-example

Last synced: 19 days ago
JSON representation

Vagrant + CentOS6.5 + Apache + php + Wordpress sample

Awesome Lists containing this project

README

        

vagrant-chef-lamp-wordpress-example
===================================

Vagrant + CentOS6.5 + Apache + php + Wordpress sample

```
bundle install

vagrant up

cd chef-repo

bundle exec berks install

bundle exec knife solo prepare 192.168.33.10

bundle exec knife solo cook 192.168.33.10

# open your browser
http://192.168.33.10
```