diff options
author | Shel R <Yiskah.Raphen@gmail.com> | 2017-04-07 21:59:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-07 21:59:21 -0400 |
commit | 4c05f0e630aacad594e7b21147340e2c0a0ac8ad (patch) | |
tree | 4ef28c2f42dd8e4cdfd9815dd6550b5bd2601f36 /docs/Running-Mastodon/Vagrant-guide.md | |
parent | 96812a6c792c8b048ed8d4a50351d9696dcf0f77 (diff) | |
parent | d438eab67301e767bdd040c6f9bd831c92214656 (diff) |
Merge branch 'master' into patch-1
Diffstat (limited to 'docs/Running-Mastodon/Vagrant-guide.md')
-rw-r--r-- | docs/Running-Mastodon/Vagrant-guide.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Running-Mastodon/Vagrant-guide.md b/docs/Running-Mastodon/Vagrant-guide.md index b24f14e83..83a892408 100644 --- a/docs/Running-Mastodon/Vagrant-guide.md +++ b/docs/Running-Mastodon/Vagrant-guide.md @@ -17,6 +17,8 @@ To create and provision a new virtual machine for Mastodon development: cd mastodon vagrant up +**Note:** On Linux hosts, you will need to [enable NFS support](https://www.vagrantup.com/docs/synced-folders/nfs.html). + Running `vagrant up` for the first time will run provisioning, which will: - Download the Ubuntu 14.04 base image, if there isn't already a copy on your machine @@ -61,4 +63,4 @@ To run the `rspec` tests and `rubocop` style checker, you may either: ## Support/help -If you are confused, or having any issues with the above, the Mastodon IRC channel ( irc.freenode.net #mastodon ) is a good place to find assistance. \ No newline at end of file +If you are confused, or having any issues with the above, the Mastodon IRC channel ( irc.freenode.net #mastodon ) is a good place to find assistance. |