[Calendar and Contacts Server] #364: updates to run script for better carddav support
#364: updates to run script for better carddav support --------------------------------+------------------------------------------- Reporter: guy@… | Owner: wsanchez@… Type: Enhancement | Status: new Priority: 5: Not set | Milestone: Linux Port Component: Calendar Server | Severity: Other Keywords: | --------------------------------+------------------------------------------- Rather than making people rename carddav-dev.plist to caldav-dev.plist to start up the carddav server instead on the caldav server. Line 123 of run script needs updating to support carddav From: echo " cp conf/${DAVD}davd-test.plist conf/caldavd-dev.plist" to: echo " cp conf/${DAVD}davd-test.plist conf/${DAVD}davd-dev.plist" and support.build.sh should change the line: support/build.sh: conditional_set config "${wd}/conf/caldavd-dev.plist"; to allow for carddav-dev.plist if the -a is used when calling ./run Also the -a option needs to be documented in the run help. Some guidance on how to run the services in production would also be helpful. -- Ticket URL: <http://trac.calendarserver.org/ticket/364> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server
#364: updates to run script for better carddav support --------------------------------+------------------------------------------- Reporter: guy@… | Owner: wsanchez@… Type: Enhancement | Status: new Priority: 5: Not set | Milestone: Linux Port Component: Calendar Server | Severity: Other Keywords: | --------------------------------+------------------------------------------- Comment(by wsanchez@…): Fixed in r5305, thanks. In production, you want to use the `caldavd` and `carddavd` executables, not the run script. (You shouldn't need to download and build things in production.) -- Ticket URL: <http://trac.calendarserver.org/ticket/364#comment:1> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server
#364: updates to run script for better carddav support ---------------------------------+------------------------------------------ Reporter: guy@… | Owner: wsanchez@… Type: Enhancement | Status: closed Priority: 5: Not set | Milestone: Linux Port Component: Calendar Server | Severity: Other Resolution: Software changed | Keywords: ---------------------------------+------------------------------------------ Changes (by wsanchez@…): * status: new => closed * resolution: => Software changed -- Ticket URL: <http://trac.calendarserver.org/ticket/364#comment:2> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server
participants (1)
-
Calendar and Contacts Server