mam-dev / cosmo

Cosmo Calendar Server implements the server side of the CalDAV protocol.
Apache License 2.0
77 stars 45 forks source link

problems #62

Closed Dexterxd18312 closed 1 year ago

Dexterxd18312 commented 1 year ago

Hi, I have a few question about the functionality of cosmo. I am on macOS. 1_ Can I use mamp as a host? If I can how to connect the two things? 2_I never used spring, how it works?

danielgrigore commented 1 year ago

Hi @Dexterxd18312 I'm not a Mac user myself, but I had a look briefly at mamp documentation and I think you do not need that. The cosmo can be run as spring boot application in an embedded Tomcat container. Please have a look at the cosmo-webapp demo application. For Spring documentation you can start at https://spring.io/ Cheer,