Morning,
I am trying to build and install release CalendarServer-4.2 on a clean install of Ubuntu 12.04.3 LTS.
I have been able to build and install, apparently successfully, I have summarized my process here:
My question is this, what is the 'approved' way of starting the server on Linux?
The QuickStart () is quite clear not to use the 'run' script for init.d startup.
I have tried the following, but it does not seem to start correctly, likely something I am missing:
export PYTHONPATH=/usr/local/lib/python2.7:/usr/local/lib/python2.7/dist-packages
/usr/local/bin/caldavd -X -f /usr/local/caldavd/caldavd.plist -T /usr/local/bin/twistd -L
There are no errors, just a 'Reading configuration from file: /usr/local/caldavd/caldavd.plist' message.
Any help appreciated,
Gordo.