christian-nils / zotero-sync-standalone

Zotero Standalone Client with the possibility of choosing the sync server address.
GNU Affero General Public License v3.0
4 stars 2 forks source link

zotero-sync-standalone

Zotero Standalone Client with the possibility of choosing the sync server address. Instructions based on https://github.com/SamuelHassine/zotero-prime

Instructions

Configuration

Modify the file config.sh to register the URL of your Zotero Data server.

Build

For Linux, do the following:

git clone --recursive https://github.com/christian-nils/zotero-sync-standalone.git
cd zotero-sync-standalone
./build.sh

For MacOS and Windows, you will need to change build.sh. Replace all the occurences -p l with -p m (for MacOS) and -p w (for Windows).

Run Client

After the build, you will find the binaries in ./zotero-standalone-build/staging/Zotero_OSVersion/zotero. You just need to run it and connect to your Sync server (Edit/Preferences -> Sync).