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 fc90602 minor cleanup
fc90602 is described below
commit fc90602eb44f49577ab3d907017bb7b3bca343da
Author: Sam Ruby <[email protected]>
AuthorDate: Tue Nov 12 20:38:23 2019 -0500
minor cleanup
---
MACOSX.md | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/MACOSX.md b/MACOSX.md
index ffc26c1..484a8c7 100644
--- a/MACOSX.md
+++ b/MACOSX.md
@@ -220,10 +220,7 @@ steps.
Running Whimsy tools locally depends on httpd. Apple provides a copy of httpd
that that you can configure and start.
-Start Apache httpd
-------------------
-
-Running Whimsy tools locally depends on httpd. Install:
+Install:
```
sudo launchctl load -w /System/Library/LaunchDaemons/org.apache.httpd.plist
@@ -422,10 +419,10 @@ Add the following line:
LDAPVerifyServerCert Off
```
-Copy whimsy vhost definition to your apache2 configuration (from the root of
your whimsy git clone):
+Copy whimsy vhost definition to your apache2 configuration:
```
-sudo cp config/whimsy.conf /private/etc/apache2/other
+sudo cp /srv/whimsy/config/whimsy.conf /private/etc/apache2/other
```
Also from the root of your whimsy git checkout, make a `/srv/cache` directory