Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thom8/drupal8-vagrant
Simple Drupal 8 Development Environment
https://github.com/thom8/drupal8-vagrant
backdrop beetbox code-sprint composer development-environment drupal drupal-7 drupal-8 packagist php php7 sprintbox vagrant
Last synced: 4 months ago
JSON representation
Simple Drupal 8 Development Environment
- Host: GitHub
- URL: https://github.com/thom8/drupal8-vagrant
- Owner: thom8
- Created: 2015-06-04T13:00:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T00:38:37.000Z (almost 7 years ago)
- Last Synced: 2024-05-15T13:41:41.103Z (9 months ago)
- Topics: backdrop, beetbox, code-sprint, composer, development-environment, drupal, drupal-7, drupal-8, packagist, php, php7, sprintbox, vagrant
- Language: Shell
- Homepage:
- Size: 35.2 KB
- Stars: 58
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drupal 8 Sprint Box [![CircleCI](https://circleci.com/gh/thom8/drupal8-vagrant.svg?style=svg)](https://circleci.com/gh/thom8/drupal8-vagrant)
Simple Vagrant config to download and install the latest dev version of Drupal 8.
## Requirements
* [Composer](https://getcomposer.org/download/)
* [Vagrant](https://www.vagrantup.com/) >= 1.8
* [Virtualbox](https://www.virtualbox.org/)
* [Vagrant Hostsupdater](https://github.com/cogitatio/vagrant-hostsupdater)## Installation
1. Open terminal (or [git bash](https://msysgit.github.io/) for windows users) and run the following commands --
```
composer create-project thom8/drupal8-vagrant some-dir && cd $_
vagrant up
```2. Go to http://d8.local/
```
username: admin
password: admin
```3. Enjoy.
## Variants
### Drupal 7.
```
composer create-project -n thom8/drupal8-vagrant:dev-d7 some-dir && cd $_ && vagrant up
```### Backdrop.
```
composer create-project -n thom8/drupal8-vagrant:dev-backdrop some-dir && cd $_ && vagrant up
```## More info
This is an implementation of [Beetbox](https://github.com/beetboxvm/beetbox) so please refer to this project for more info.