Git Product home page Git Product logo

vd7's Introduction

Base Drupal 7 Vagrant setup

Overview

Basic D7 Vagrant setup

Credits

By @larowlan (drupal.org/u/larowlan)

Vagrant: Adapted from github.com/nickshuch/vd8 by Nick Schuch (nick_schuch) (Previous Next)

Requirements for local dev

Virtualbox (5 or above)

Virtualbox can be downloaded and installed from:

https://www.virtualbox.org/wiki/Downloads

Vagrant (1.9 or above)

Vagrant can be downloaded and installed from:

http://www.vagrantup.com/downloads.html

This also required the autonetwork plugin which can be installed by:

vagrant plugin install vagrant-auto_network
vagrant plugin install vagrant-hostsupdater

Plugins

These are software versions we know work:

  • Vagrant Auto-network: 1.0.2
  • Vagrant Hostsupdater: 1.0.2

Usage

The machine can can be booted by the following command:

vagrant up

The host will be provisioned automatically on the first vagrant up. If you wish to rerun the provision that can be done with the following command:

vagrant provision

More vagrant commands and documenation can be found here:

http://docs.vagrantup.com/v2

Local DNS

WE REQUIRE THE "Vagrant Auto-network" PLUGIN AS MENTIONED ABOVE.

Drupal

Adding Drupal:

drush dl drupal
mv drupal-7.{x} app

To install (warning will delete all files and database)

phing reinstall

vd7's People

Contributors

larowlan avatar jibran avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.