https://github.com/ww24/vagrant-chef-lamp
It automatically construct LAMP environment.
https://github.com/ww24/vagrant-chef-lamp
Last synced: about 2 months ago
JSON representation
It automatically construct LAMP environment.
- Host: GitHub
- URL: https://github.com/ww24/vagrant-chef-lamp
- Owner: ww24
- Created: 2014-04-06T01:20:20.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-21T14:51:15.000Z (over 10 years ago)
- Last Synced: 2025-02-09T10:46:33.683Z (3 months ago)
- Language: Ruby
- Size: 160 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vagrant + Chef Solo
===================It automatically construct LAMP environment.
LAMP = Linux(Ubuntu) + Apache + MySQL (+ memcached) + PHP
Requirements
------------
* Ruby 1.9.3+
* Bundler
* Vagrant & VirtualBoxSetup
------------
1. `bundle install`
1. `vagrant plugin install vagrant-omnibus`
1. `./provision.sh`Start
------------
```
vagrant up
```初回は `vagrant provision` が実行されるため 20 分程度掛かります。
Stop
------------
```
vagrant halt
```Connect
------------
```
vagrant ssh
```Provisioning
------------
```
./provision.sh
```