Commandline tools not installed with Server.app on Mavericks

server.app

I installed the Server.app from the App Store to use the bundeled postgres DB:

sudo serveradmin start postgres

Then I found out, that the commandline tool "serveradmin" (and others) have not been installed as implied by other postings.

Was this a change by Apple, or did I miss something?

Best Answer

I found the path. The path to the server tools is:

/Applications/Server.app/Contents/ServerRoot/usr/sbin/serveradmin

I think I was too impatient and did not wait for locate.updatedb to complete.