]> cat aescling's git repositories - mastodon.git/commitdiff
Add line about using vagrant-hostsupdater in the Vagrant short guide (#17243)
authorClaire <claire.github-309c@sitedethib.com>
Sun, 16 Jan 2022 15:55:41 +0000 (16:55 +0100)
committerGitHub <noreply@github.com>
Sun, 16 Jan 2022 15:55:41 +0000 (16:55 +0100)
This is documented in the Vagrantfile, but not in the README. As far as I know,
following the short guide without installing this plugin will not make the
container accessible at mastodon.local, thus breaking the last step of the
guide.

README.md

index 59e9779c64814516fead502094cdd8836b2b8992..8aa575b45d90261576248683f63e8fafbcc98289 100644 (file)
--- a/README.md
+++ b/README.md
@@ -77,6 +77,7 @@ The repository includes deployment configurations for **Docker and docker-compos
 A **Vagrant** configuration is included for development purposes. To use it, complete following steps:
 
 - Install Vagrant and Virtualbox
+- Install the `vagrant-hostsupdater` plugin: `vagrant plugin install vagrant-hostsupdater`
 - Run `vagrant up`
 - Run `vagrant ssh -c "cd /vagrant && foreman start"`
 - Open `http://mastodon.local` in your browser