Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.