You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2018. It is now read-only.
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.*
8
2
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
16
4
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.
0 commit comments