ReferencePlatforms/BuildBot/MacOSX: Difference between revisions

(→‎Buildbot Reference Install Instructions - MacOSX: added user creation instructions)
 
Line 15: Line 15:


== Follow Linux install instructions ==
== Follow Linux install instructions ==
Once python 2.5 is installed, simply follow the [[ReferencePlatforms/BuildBot|Linux install instructions]].   
Once python 2.5 is installed, simply follow the [[ReferencePlatforms/BuildBot|Linux install instructions]].
Skip the user creation section and do the following instead:
  niutil -create / /users/buildbot
niutil -createprop / /users/buildbot uid 503
niutil -createprop / /users/buildbot gid 503
niutil -createprop / /users/buildbot realname "Buildbot"
niutil -createprop / /users/buildbot home "/Users/buildbot"
niutil -createprop / /users/buildbot shell "/bin/bash"
niutil -createprop / /users/buildbot passwd "*"
niutil -create / /groups/buildbot
niutil -createprop / /groups/buildbot gid 503
passwd buildbot


You should then be able to execute the following:
You should then be able to execute the following:
canmove, Confirmed users
6,441

edits