Install z-push on debian Jessie
-
Hello,
I have been trying for a couple of days to install z-push but no success.
I was following:
link text
but always missing dependencies and then after searching, I found out that I can just install it byapt-get install z-push-common
Not sure what I am missing if I miss anything, however, We need only active sync for Calendar and contacts.
Now I believe that the permission and owners since all are root:root.
What are the proper permission and owener?
Thanks in advance, -
@ganewbie said in Install z-push on debian Jessie:
for Calendar and contacts
then you should at least install the packages for your calendar and contacts backend https://wiki.z-hub.io/display/ZP/Installation#Installation-Mainpackages
@ganewbie said in Install z-push on debian Jessie:
Now I believe that the permission and owners since all are root:root.
this depends on the webserver you are using since the owner/permission need to allow the webserver to read and write these files. When installing the webserver config package that matches your environment, then the packages take care of it automatically.
-
Thanks for the quick response,
I went back to the Wiki and still cannot install it from the repository.
Here is what I have and the error, not sure how to solve it?apt-get install z-push-kopano z-push-config-apache z-push-backend-kopano Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: z-push-backend-kopano : Depends: php7-mapi but it is not installable or php5-mapi but it is not installable E: Unable to correct problems, you have held broken packages.
Thanks in advance
-
@ganewbie said in Install z-push on debian Jessie:
apt-get install z-push-kopano z-push-config-apache z-push-backend-kopano
this command will only succeed if you already have Kopano installed (and also want to use Kopano for storing your data)
So if you already have a CalDAV server for your calendar and CardDAV for you contacts you should be able to install the packages with:
apt install z-push-config-apache z-push-backend-caldav z-push-backend-carddav z-push-backend-combined z-push-ipc-sharedmemory