Installing Zotero on a server computer
Hi everyone,
is it possible to install Zotero on a server computer used for storage, to be accessed by several people who use the server? If so, how?
Thank you!
is it possible to install Zotero on a server computer used for storage, to be accessed by several people who use the server? If so, how?
Thank you!
You can install your own version of Zotero server and run that with a patched client, but that's fairly involved.
Can you please explain what is a patched client?
Re: patched client -- modified version of the Zotero application. For anything more on that you're on your own, though: it requires you to understand, run, and support a full stack server running Zotero's data services. People do it, but it's not something you'll get support for here (or that you can expect to be able to do without a dedicated developer on your team)
A database generally "doesn't like" its tables to be opened by different edit-privileged users in real time. The controlling software must prevent that. Writing to a record on your own machine is timely but writing to a record on a server is not instantaneous.
There are several other design issues that make this impossible. What you want requires a completely different application. That is not to say that what you want wouldn't be a nice thing. It would be, however, a very costly thing.
edit: WHY exactly is beyond my understanding and that you are asking repeatedly demonstrates it is beyond your abilities. I was asked to implement a public health surveillance database with terminals for data entry in multiple hospitals throughout a state. We had to hire a staff with the knowledge to adapt and maintain software that could handle multiple users.