Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivanproskuryakov/vagrant
https://github.com/ivanproskuryakov/vagrant
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivanproskuryakov/vagrant
- Owner: ivanproskuryakov
- Created: 2014-09-02T12:26:10.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-05T10:37:18.000Z (about 10 years ago)
- Last Synced: 2024-04-16T07:09:06.834Z (7 months ago)
- Language: Puppet
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vagrant environment for PHP
-----------------------------------
Vagrant box variables
- IP: 10.0.0.100
- Hosts: localhost.vag & magento.vag
Installation
-----------------------------------
Download sources, cd to directory with "Vagrantfile" and type "vagrant up"
```
$ cd vagrant
$ vagrant up
```
To make localhost.vag accessible add following to /etc/hosts
```
10.0.0.100 localhost.vag
10.0.0.100 magento.vag
```Configuration
-----------------------------------
Inside vagrant/puppet build
- PHP 5.4 (dev, cli, pear)
- Apache
- MySQL 5.5.X
- Composer
- PhpUnitPHP extensions
- curl
- intl
- cli
- gd
- mcrypt
- mysql
- xdebug
- apc