Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kazu69/vagrant-chef-lamp-wordpress-example
- Owner: kazu69
- Created: 2014-02-03T13:08:41.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-03T15:16:36.000Z (almost 11 years ago)
- Last Synced: 2023-03-23T22:15:17.293Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vagrant-chef-lamp-wordpress-example
===================================Vagrant + CentOS6.5 + Apache + php + Wordpress sample
```
bundle installvagrant 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
```