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 Feb 13, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ Notes:
80
80
81
81
-**For faster provisioning** (macOS/Linux only): *[Install Ansible](http://docs.ansible.com/intro_installation.html) on your host machine, so Drupal VM can run the provisioning steps locally instead of inside the VM.*
82
82
-**For stability**: Because every version of VirtualBox introduces changes to networking, for the best stability, you should install Vagrant's `vbguest` plugin: `vagrant plugin install vagrant-vbguest`.
83
-
-**NFS on Linux**: *If NFS is not already installed on your host, you will need to install it to use the default NFS synced folder configuration. See guides for [Debian/Ubuntu](https://www.digitalocean.com/community/tutorials/how-to-set-up-an-nfs-mount-on-ubuntu-14-04), [Arch](https://wiki.archlinux.org/index.php/NFS#Installation), and [RHEL/CentOS](https://www.digitalocean.com/community/tutorials/how-to-set-up-an-nfs-mount-on-centos-6).*
83
+
-**NFS on Linux**: *If NFS is not already installed on your host, you will need to install it to use the default NFS synced folder configuration. See [nfs instructions for Linux](http://docs.drupalvm.com/en/latest/getting-started/installation-linux/#mounting-nfs-shared-folders-hangs)*
84
84
-**Versions**: *Make sure you're running the latest releases of Vagrant, VirtualBox, and Ansible—as of 2020, Drupal VM recommends: Vagrant 2.2.x, VirtualBox 6.1.x, and Ansible 2.9.x*
Copy file name to clipboardExpand all lines: docs/configurations/base-os.md
+1-20Lines changed: 1 addition & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,43 +3,24 @@ Drupal VM's configuration is designed to work with RedHat and Debian-compatible
3
3
Currently-supported OSes are:
4
4
5
5
- Ubuntu 18.04 'Bionic' (default)
6
-
- Ubuntu 16.04 'Xenial'
7
6
- RedHat Enterprise Linux / CentOS 8
8
-
- RedHat Enterprise Linux / CentOS 7
9
7
- Debian 10 'Buster'
10
-
- Debian 9 'Stretch'
11
8
12
9
For certain OSes, there are a couple other caveats and tweaks you may need to perform to get things running smoothly—the main features and latest development is only guaranteed to work with the default OS as configured in `default.config.yml`.
13
10
14
-
Some other OSes should work, but are not regularly tested with Drupal VM, including Debian 8/Jessie (`debian/jessie64`).
11
+
Some other OSes may work, but are not regularly tested with Drupal VM, and may require extra work to make everything work, depending on the version of Drupal you're using.
15
12
16
13
## Ubuntu 18.04 Bionic LTS
17
14
18
15
Everything should work out of the box with Ubuntu 18.04.
19
16
20
-
## Ubuntu 16.04 Xenial LTS
21
-
22
-
Most everything should work out of the box with Ubuntu 16.04. You will need to override one variable in your `config.yml` to use an older version of Python when provisioning:
23
-
24
-
ansible_python_interpreter: /usr/bin/python
25
-
26
17
## RedHat Enterprise Linux / CentOS 8
27
18
28
19
Everything should work out of the box with RHEL 8.
29
20
30
-
## RedHat Enterprise Linux / CentOS 7
31
-
32
-
Most everything should work out of the box with CentOS 7. You will need to override one variable in your `config.yml` to use an older version of Python when provisioning:
33
-
34
-
ansible_python_interpreter: /usr/bin/python
35
-
36
21
## Debian 10 Buster
37
22
38
23
Most everything should work out of the box with Debian 10. If you are installing `java` or `solr` in the `installed_extras`, you need to override the `java_packages` in your `config.yml`:
39
24
40
25
java_packages:
41
26
- openjdk-11-jdk
42
-
43
-
## Debian 9 Stretch
44
-
45
-
Everything should work out of the box with Debian 9.
Copy file name to clipboardExpand all lines: docs/configurations/databases-mariadb.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ mysql_packages:
9
9
- python-mysqldb
10
10
```
11
11
12
-
This set of packages works out of the box with Ubuntu 16.04 as well as the default Ubuntu 18.04 installation that comes with Drupal VM.
12
+
This set of packages works out of the box with Ubuntu 18.04 installation that comes with Drupal VM.
13
13
14
-
Alternatively, if you want to use RedHat 7 or CentOS 7 instead of Ubuntu, you can set the following variables to install and configure MariaDB instead of MySQL:
14
+
Alternatively, if you want to use RedHat 8 or CentOS 8 instead of Ubuntu, you can set the following variables to install and configure MariaDB instead of MySQL:
Copy file name to clipboardExpand all lines: docs/other/production.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,6 @@ After a few minutes, your Drupal-VM-in-the-cloud Droplet should be fully configu
162
162
163
163
### Go Further
164
164
165
-
You can use Ubuntu Ubuntu 18.04, Ubuntu 16.04, Debian 9, or CentOS 7 when you build the DigitalOcean Droplet. Just like with Drupal VM running locally, you can customize almost every aspect of the server!
165
+
You can use Ubuntu Ubuntu 18.04, Debian 10, or CentOS 8 when you build the DigitalOcean Droplet. Just like with Drupal VM running locally, you can customize almost every aspect of the server!
166
166
167
167
You may want to customize your configuration even further, to make sure Drupal VM is tuned for your specific Drupal site's needs, or you may want to change things and make the server configuration more flexible, etc. For all that, the book [Ansible for DevOps](http://ansiblefordevops.com/) will give you a great introduction to using Ansible to make Drupal VM and the included Ansible configuration do exactly what you need!
0 commit comments