All Projects → thom8 → drupal8-vagrant

thom8 / drupal8-vagrant

Licence: other
Simple Drupal 8 Development Environment

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to drupal8-vagrant

drupal-composer-init
Initialise a Drupal composer setup
Stars: ✭ 43 (-27.12%)
Mutual labels:  drupal, drupal-7, drupal-8
Homestead improved
A un upgraded fork of the original Laravel Homestead
Stars: ✭ 144 (+144.07%)
Mutual labels:  vagrant, development-environment
DrupalDriver
A collection of drivers for controlling Drupal.
Stars: ✭ 64 (+8.47%)
Mutual labels:  drupal, drupal-8
gatsby-drupal-kit
A Gatsby V2 starter kit designed to work with a new Drupal 8 site.
Stars: ✭ 23 (-61.02%)
Mutual labels:  drupal, drupal-8
Dev
The only truly universal productive development platform with Docker on macOS, Linux and Windows! http://blog.teracy.com/2016/12/20/teracy-dev-the-only-truly-universal-productive-development-platform-with-docker-on-macos-linux-and-windows/ http://slides.teracy.net/hoatle/productive-dev-workflow-with-teracy-dev/latest/
Stars: ✭ 84 (+42.37%)
Mutual labels:  vagrant, development-environment
Beetbox
Pre-provisioned L*MP stack
Stars: ✭ 94 (+59.32%)
Mutual labels:  vagrant, drupal
drupalci-sonar-jenkins
DEPRECATED - Drupal CI environment with SonarQube and Jenkins for Drupal Core code analysis.
Stars: ✭ 40 (-32.2%)
Mutual labels:  vagrant, drupal
datos.gob.es
Código perteneciente al portal español de Datos Abiertos datos.gob.es.
Stars: ✭ 20 (-66.1%)
Mutual labels:  drupal, drupal-7
fractal-twig-drupal-adapter
Twig template adapter for Fractal with Drupal 8 directives.
Stars: ✭ 13 (-77.97%)
Mutual labels:  drupal, drupal-8
composer-tutorial
A walk through of various Composer tasks
Stars: ✭ 40 (-32.2%)
Mutual labels:  drupal, drupal-8
drupal-jsonapi-params
A package to manage json-api params
Stars: ✭ 42 (-28.81%)
Mutual labels:  drupal, drupal-8
rails-development-environment
Development environment for Ruby on Rails based on Vagrant, VirtualBox and Ubuntu 16.04 LTS (Xenial Xerus).
Stars: ✭ 50 (-15.25%)
Mutual labels:  vagrant, development-environment
dev-with-docker-on-ubuntu
After fighting with Docker on OSX and the need for 2-way syncs, fsevents, etc. I developed a desire to get back to a simple(r) development environment on a linux based VM. This project is a jumping off point.
Stars: ✭ 25 (-57.63%)
Mutual labels:  vagrant, development-environment
Drupal Vm
A VM for Drupal development
Stars: ✭ 1,348 (+2184.75%)
Mutual labels:  vagrant, drupal
acquia-cloud-vm
VirtualBox/Vagrant-based VM to closely match Acquia Cloud environment.
Stars: ✭ 20 (-66.1%)
Mutual labels:  vagrant, drupal
dkan2
Deprecated: please use the 2.x branch of the dkan repo
Stars: ✭ 17 (-71.19%)
Mutual labels:  drupal, drupal-8
varbase
Built using Drupal 8/9, an enterprise website builder platform that combines powerful editorial features, mobile, lead-generation, SEO, social media integration, and beautiful bespoke designs. Varbase is packed with adaptive functionalities and essential modules.
Stars: ✭ 75 (+27.12%)
Mutual labels:  drupal, drupal-8
docker-drupal
Docker scaffolding for Drupal 8
Stars: ✭ 41 (-30.51%)
Mutual labels:  drupal, drupal-8
drupal8-oop
Tutorial for object-oriented programming fundamentals in PHP
Stars: ✭ 37 (-37.29%)
Mutual labels:  drupal, drupal-8
apigee-api-catalog-drupal
Manage your API catalog within Drupal's content management approach
Stars: ✭ 17 (-71.19%)
Mutual labels:  drupal, drupal-8

Drupal 8 Sprint Box CircleCI

Simple Vagrant config to download and install the latest dev version of Drupal 8.

Requirements

Installation

  1. Open terminal (or git bash for windows users) and run the following commands --
composer create-project thom8/drupal8-vagrant some-dir && cd $_
vagrant up
  1. Go to http://d8.local/
username: admin
password: admin
  1. 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 so please refer to this project for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].