+1 Thanks! - Sam Ruby
On Sat, Aug 20, 2016 at 6:47 PM, <[email protected]> wrote: > This is an automated email from the ASF dual-hosted git repository. > > clr pushed a commit to branch master > in repository https://git-dual.apache.org/repos/asf/whimsy.git > > The following commit(s) were added to refs/heads/master by this push: > new 92dc9d9 Change instructions for editing whimsy.conf to avoid > changing version controlled file > 92dc9d9 is described below > > commit 92dc9d9050499fa37a4354a407fa83ce31f117c7 > Author: Craig L Russell <[email protected]> > AuthorDate: Sat Aug 20 15:47:10 2016 -0700 > > Change instructions for editing whimsy.conf to avoid changing version > controlled file > --- > MACOSX.md | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/MACOSX.md b/MACOSX.md > index acad688..4f8273b 100644 > --- a/MACOSX.md > +++ b/MACOSX.md > @@ -261,14 +261,15 @@ LoadModule expires_module libexec/apache2/mod_expires.so > ``` > > > -Edit `whimsy/config/whimsy.conf` and replace all occurrences of > -`/Users/rubys/git/whimsy` with the path that you cloned whimsy. > - > Copy whimsy vhost definition to your apache2 configuration: > > ``` > sudo cp whimsy/config/whimsy.conf /private/etc/apache2/other > ``` > + > +Edit `private/etc/apache2/other/whimsy.conf` and replace all occurrences of > +`/Users/rubys/git/whimsy` with the path that you cloned whimsy. > + > Restart Apache httpd using `sudo apachectl restart`. > > Update your local paths to refer to your local test repositories: > > -- > To stop receiving notification emails like this one, please contact > ['"[email protected]" <[email protected]>'].
