logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: ea86f4db1504341125680de45ab658840b9e1875
parent: 51d7caaf1994ee3cb531b64841e12d129dded298
Author: Eugen <eugen@zeonfederated.com>
Date:   Thu,  6 Apr 2017 19:02:14 +0200

Merge pull request #1070 from alexgleason/patch-4

Linux users must enable NFS for Vagrant

Diffstat:

Mdocs/Running-Mastodon/Vagrant-guide.md5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 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.