Skip to content

Commit

Permalink
Merge pull request mastodon#1070 from alexgleason/patch-4
Browse files Browse the repository at this point in the history
Linux users must enable NFS for Vagrant
  • Loading branch information
Gargron authored Apr 6, 2017
2 parents 51d7caa + a3d204e commit ea86f4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/Running-Mastodon/Vagrant-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
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.

0 comments on commit ea86f4d

Please sign in to comment.