Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidwinter/base-vagrant-php
Enough to get you started with a new PHP project and Vagrant.
https://github.com/davidwinter/base-vagrant-php
Last synced: 1 day ago
JSON representation
Enough to get you started with a new PHP project and Vagrant.
- Host: GitHub
- URL: https://github.com/davidwinter/base-vagrant-php
- Owner: davidwinter
- Created: 2012-07-11T19:47:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-11T21:06:47.000Z (over 12 years ago)
- Last Synced: 2024-05-01T13:39:20.829Z (7 months ago)
- Language: Ruby
- Size: 93.8 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Base vagrant php project
This repo aims to be a quick way to get started with a PHP project and Vagrant.
To get started:
1. Clone this repo:
`git clone --recursive git://github.com/davidwinter/base-vagrant-php.git your-project-name`
2. Edit `site.pp` and update the `server_name` property to a local testing host that you'll use.
3. Update `/etc/hosts` to point `192.168.33.10` to the host you added in `site.pp` in the `server_name` property.
4. Change into the checked out repo, and run `vagrant up`.
5. Visit [http://dev.example.com](http://dev.example.com) (or the host that you set) and you should see the `phpinfo()` screen.
6. Away you go!Please do submit any issues with feedback/suggestions. And I welcome pull requests.