Skip to content
This repository was archived by the owner on Jan 6, 2018. It is now read-only.

Commit 7105a66

Browse files
committed
Update content
1 parent bc5ddf1 commit 7105a66

File tree

5 files changed

+10
-22
lines changed

5 files changed

+10
-22
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
var current_version = '0.4.5';
2-
var new_version = '0.4.6';
1+
var current_version = '0.4.6';
2+
var new_version = '0.4.7';
33

44
module.exports = function(grunt) {
55
grunt.loadNpmTasks('grunt-replace');

README.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,9 @@
1-
# vagrant-dockerizedrupal
2-
3-
A Vagrant solution to develop using the dockerizedrupal stack on Windows. It works by mounting your project folder to /var/www/ on the guest. It also mounts the hosts file to automatically create and remove entries for project containers thanks to [vhost](https://github.com/dockerizedrupal/vhost).
4-
5-
## Usage
6-
7-
- Make sure you've installed [Vagrant](https://www.vagrantup.com/).
1+
> **Notice:** *This project is part of the [Dockerized Drupal](https://dockerizedrupal.com/) initiative.*
82
9-
- Place the vagrantfile and config.yml in the directory where you keep your projects.
10-
11-
- Set variables inside config.yml as you see fit.
12-
13-
- Run: `vagrant up` and wait for vagrant to create the VM.
14-
15-
- Once up use `vagrant ssh` to enter the vm.
3+
# vagrant-dockerizedrupal
164

17-
- Continue using the the VM for all your dockerizedrupal needs.
5+
A Vagrant based solution for the Dockerized Drupal stack on Windows. Follow this [guide](https://dockerizedrupal.com/getting-started/installation/windows) to get started.
186

197
## License
208

21-
**MIT**
9+
**MIT**

VERSION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.6
1+
0.4.7

Vagrantfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION = "0.4.6"
2-
VERSION_BASE_BOX = "0.4.5"
1+
VERSION = "0.4.7"
2+
VERSION_BASE_BOX = "0.4.6"
33

44
require 'yaml'
55

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vagrant-dockerizedrupal",
3-
"version": "0.4.6",
3+
"version": "0.4.7",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/dockerizedrupal/vagrant-dockerizedrupal.git"

0 commit comments

Comments
 (0)