https://github.com/hechoendrupal/drupal8.dev
Vagrant machine for drupal 8 or any other php project
https://github.com/hechoendrupal/drupal8.dev
Last synced: 11 months ago
JSON representation
Vagrant machine for drupal 8 or any other php project
- Host: GitHub
- URL: https://github.com/hechoendrupal/drupal8.dev
- Owner: hechoendrupal
- Created: 2013-10-24T21:57:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-03T01:46:39.000Z (over 11 years ago)
- Last Synced: 2024-08-05T22:40:13.274Z (almost 2 years ago)
- Language: Puppet
- Homepage:
- Size: 238 KB
- Stars: 36
- Watchers: 12
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
drupal8.dev
===========
Virtual Machine for drupal 8 development (VirtualBox 4.3)
1.- Clone this repo
```bash
$ git clone https://github.com/hechoendrupal/drupal8.dev.git
$ cd drupal8.dev
$ vagrant up
```
2.- Add VM to hosts file
```bash
192.168.9.10 drupal8.dev
```
3.- Clone Drupal 8 repo
```bash
$ vagrant ssh
$ cd /vagrant/www
$ git clone --branch 8.x http://git.drupal.org/project/drupal.git drupal8.dev
```
4.- Install Drupal 8
* Using drush
```bash
$ drush si standard --db-url=mysql://drupal:drupal@localhost/drupal --site-name=drupal8.dev --account-name=admin --account-pass=admin --account-mail=[user-email]
```
* Using the GUI accessing http://drupal8.dev
#### Tools on vm
* composer
* drush for drupal 8
* xdebug
* vim
#### Database Credentials
* Name: drupal
* User: drupal
* Pass: drupal
#### Minimum requirements
* Git
* VirtualBox 4.3.x
* Vagrant 1.4.x