Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chi-teck/drupal-vagrant
Basic web development stack for Drupal development.
https://github.com/chi-teck/drupal-vagrant
ansible drupal vagrant
Last synced: 13 days ago
JSON representation
Basic web development stack for Drupal development.
- Host: GitHub
- URL: https://github.com/chi-teck/drupal-vagrant
- Owner: Chi-teck
- Created: 2014-02-22T05:53:26.000Z (almost 11 years ago)
- Default Branch: vivid
- Last Pushed: 2015-08-15T09:43:21.000Z (over 9 years ago)
- Last Synced: 2024-11-07T20:54:49.752Z (2 months ago)
- Topics: ansible, drupal, vagrant
- Language: PHP
- Homepage:
- Size: 9.94 MB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vagrant LAMP stack for Drupal development
Basic web development stack using Ansible for provisioning.## Requirements
* [VirtualBox](https://www.virtualbox.org)
* [Vagrant](http://vagrantup.com)
* [Ansible](http://www.ansible.com)## Included software
* vim, zip, unzip, sqlite3, curl, mc, git
* apache,
* MySQL
* PHP
* phpMyAdmin
* adminer
* xdebug
* composer
* drush, drush completion, drupalcs, drupal code generator, drupal console
* nfs-server
* mailcatcher
* postgres
* postgisNot all of these components are enabled by default. Check out playbook.yml and uncomment required roles.
## Usage
* cd vagrant-lamp
* Modify Vagrant file to set up host name and IP address.
* vagrant up## Notes
PHP version depends on branch you have cloned.* PHP 5.3 - Ubuntu 12.04 LTS (precise)
* PHP 5.4 - Ubuntu 13.04 (raring) - Not supported anymore
* PHP 5.5 - Ubuntu 14.04 LTS (trusty)
* PHP 5.6 - Ubuntu 15.04 (vivid)## Known issues
[Fixing SSH unknown error when provisioning a Vagrant VM with Ansible](http://www.midwesternmac.com/blogs/jeff-geerling/fixing-ssh-unknown-error-when)