You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2017/07/04 01:49:34 UTC

[whimsy] branch master updated: add /srv/cache to the installation instructions

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new bf0f400  add /srv/cache to the installation instructions
bf0f400 is described below

commit bf0f40006d041f6c929e40a8e4d550f1dc78db47
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Mon Jul 3 21:49:07 2017 -0400

    add /srv/cache to the installation instructions
---
 MACOSX.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/MACOSX.md b/MACOSX.md
index b9b5b24..8dee970 100644
--- a/MACOSX.md
+++ b/MACOSX.md
@@ -330,10 +330,12 @@ Copy whimsy vhost definition to your apache2 configuration (from the root of you
 sudo cp config/whimsy.conf /private/etc/apache2/other
 ```
 
-Also from the root of your whimsy git checkout, establish a symbolic link to your whimsy git clone directory:
+Also from the root of your whimsy git checkout, make a `/srv/cache` directory
+owned by you, and establish a symbolic link to your whimsy git clone directory:
 
 ```
-sudo mkdir -p /srv
+sudo mkdir -p /srv/cache
+sudo chown `id -un`:`id -gn` /srv/cache
 sudo ln -s `pwd` /srv/whimsy
 ```
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].