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
Previously only Windows would use Vagrant's `ansible_local` provisioner.
But it's a much easier experience to get started in development since it
skips the Ansible requirement.
This automatically uses the `ansible_local` provisioner if
`ansible-playbook` does not exist on the host machine.
@@ -56,10 +59,6 @@ See a complete working example in the [roots-example-project.com repo](https://g
56
59
57
60
Windows user? [Read the Windows docs](https://roots.io/trellis/docs/windows/) for slightly different installation instructions. VirtualBox is known to have poor performance in Windows — use VMware or [see some possible solutions](https://discourse.roots.io/t/virtualbox-performance-in-windows/3932).
58
61
59
-
## Documentation
60
-
61
-
Trellis documentation is available at [https://roots.io/trellis/docs/](https://roots.io/trellis/docs/).
62
-
63
62
## Local development setup
64
63
65
64
1. Configure your WordPress sites in `group_vars/development/wordpress_sites.yml` and in `group_vars/development/vault.yml`
@@ -69,6 +68,8 @@ Trellis documentation is available at [https://roots.io/trellis/docs/](https://r
69
68
70
69
## Remote server setup (staging/production)
71
70
71
+
For remote servers, installing Ansible locally is an additional requirement. See the [docs](https://roots.io/trellis/docs/remote-server-setup/#requirements) for more information.
72
+
72
73
A base Ubuntu 16.04 server is required for setting up remote servers. OS X users must have [passlib](http://pythonhosted.org/passlib/install.html#installation-instructions) installed.
73
74
74
75
1. Configure your WordPress sites in `group_vars/<environment>/wordpress_sites.yml` and in `group_vars/<environment>/vault.yml` (see the [Vault docs](https://roots.io/trellis/docs/vault/) for how to encrypt files containing passwords)
0 commit comments