whiskyechobravo / kerko

A web application component that provides a faceted search interface for bibliographies managed with Zotero.

Home Page:https://whiskyechobravo.github.io/kerko/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sync process

pankus opened this issue · comments

I have a very trivial question about the synchronization process.
As I read from the documentation, on the first startup I have to run the flask kerko sync command. In case my Zotero collection is updated, are subsequent updates automatic, or do I have to run the flask kerko sync command again?
In the second case, is there any way to automate the process?

Updates only happen when you run the flask kerko sync command. The usual way to automate this is to have a scheduling system to run the command regularly, e.g., cron, anacron. This installation guide, which includes setting up the cron job, could serve as an example.