Changes for page WO 5.4 Getting Started
Last modified by D Tim Cummings on 2013/06/14 16:27
From version 45.1
edited by David Holt
on 2008/10/29 12:24
on 2008/10/29 12:24
Change comment:
Added comments about permissions for the launchdaemon scripts and launchctl
To version 47.1
edited by jricker
on 2008/08/22 12:19
on 2008/08/22 12:19
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. dholt1 +XWiki.jricker - Content
-
... ... @@ -124,7 +124,6 @@ 124 124 If you run //ps auxw grep httpd// you should see apache now running 125 125 126 126 Create ///Library/LaunchDaemons/com.apple.webobjects.wotaskd.plist// with: 127 -(for OSX 10.5 make sure the permissions of this file are 644 system/wheel/everyone otherwise launchctl will throw a "dubious permissions" error when you try to load the plist with the commands that follow) 128 128 129 129 {{code}} 130 130 ... ... @@ -158,7 +158,6 @@ 158 158 {{/code}} 159 159 160 160 Create ///Library/LaunchDaemons/com.apple.webobjects.womonitor.plist// with: 161 -(for OSX 10.5 make sure the permissions of this file are 644 system/wheel/everyone otherwise launchctl will throw a "dubious permissions" error when you try to load the plist with the commands that follow) 162 162 163 163 {{code}} 164 164 ... ... @@ -192,7 +192,6 @@ 192 192 {{/code}} 193 193 194 194 Start the launchd daemons : 195 -(you may need to sudo here) 196 196 197 197 {{code}} 198 198