All Projects → ZotPrime → zotprime

ZotPrime / zotprime

Licence: other
Full packaged on-premise Zotero platform

Programming Languages

PHP
23972 projects - #3 most used programming language
PLpgSQL
1095 projects
shell
77523 projects
Dockerfile
14818 projects
TSQL
950 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to zotprime

pandoc alfred
Pandoc-Suite for Academic Writing in Markdown
Stars: ✭ 68 (-66.17%)
Mutual labels:  bibliography, zotero
awesome-utrecht-university
A curated list of awesome open source projects from Utrecht University.
Stars: ✭ 31 (-84.58%)
Mutual labels:  research, university
kerkoapp
A web application that provides a faceted search interface for bibliographies managed with Zotero.
Stars: ✭ 30 (-85.07%)
Mutual labels:  bibliography, zotero
Learn Something Every Day
📝 A compilation of everything that I learn; Computer Science, Software Development, Engineering, Math, and Coding in General. Read the rendered results here ->
Stars: ✭ 362 (+80.1%)
Mutual labels:  research, university
Turnoff Namuwiki
조별과제 때마다 "나무위키 꺼라."라고 말하시는게 피곤하신 여러분을 위해 만들어진 Browser Extension, 나무위키를 꺼 드립니다.
Stars: ✭ 59 (-70.65%)
Mutual labels:  research, university
ElectricPy
Electrical Engineering Python Module
Stars: ✭ 35 (-82.59%)
Mutual labels:  research, university
starter-hugo-research-group
👥 轻松创建研究组或组织网站 Easily create a stunning Research Group, Team, or Business Website with no-code
Stars: ✭ 148 (-26.37%)
Mutual labels:  research, university
zotero-obsidian-citations
Zotero plugin that links your Markdown database to Zotero. Jump directly from Zotero Items to connected Markdown files. Automatically tags Zotero Items so you can easily see which papers you've made notes for.
Stars: ✭ 129 (-35.82%)
Mutual labels:  bibliography, zotero
Aliah-University-App
App made using Flutter for Aliah University Kolkata, West Bengal, India
Stars: ✭ 29 (-85.57%)
Mutual labels:  university
scholia
Wikidata-based scholarly profiles
Stars: ✭ 166 (-17.41%)
Mutual labels:  bibliography
UofTCourseInfo
Adds tooltips to U of T courses mentioned across the web
Stars: ✭ 24 (-88.06%)
Mutual labels:  university
fuzvisor
A framework provides an interface to monitor and control fuzzers
Stars: ✭ 31 (-84.58%)
Mutual labels:  research
university of malta LaTeX dissertation template
A modern, highly configurable assignment/project/fyp/dissertation/thesis template.
Stars: ✭ 42 (-79.1%)
Mutual labels:  university
survey kit
Flutter library to create beautiful surveys (aligned with ResearchKit on iOS)
Stars: ✭ 68 (-66.17%)
Mutual labels:  research
HRM Software
Human resource management C# based with SQL database desktop software.
Stars: ✭ 22 (-89.05%)
Mutual labels:  university
Citr
A small library helping to parse citations between Markdown and CSL JSON
Stars: ✭ 27 (-86.57%)
Mutual labels:  zotero
rid-covid
Image-based COVID-19 diagnosis. Links to software, data, and other resources.
Stars: ✭ 74 (-63.18%)
Mutual labels:  research
PhD
Incremental Methods of Deep Learning for Detection and Classifcation in a Robotics Environment
Stars: ✭ 13 (-93.53%)
Mutual labels:  bibliography
euro-calliope
A workflow to build models of the European electricity system for Calliope.
Stars: ✭ 23 (-88.56%)
Mutual labels:  research
best AI papers 2021
A curated list of the latest breakthroughs in AI (in 2021) by release date with a clear video explanation, link to a more in-depth article, and code.
Stars: ✭ 2,740 (+1263.18%)
Mutual labels:  research

ZotPrime - On-premise Zotero platform

ZotPrime is a full packaged repository aimed to make on-premise Zotero deployment easier with the last versions of both Zotero client and server. This is the result of sleepness nights spent to deploy Zotero within my organization on a disconnected network. Feel free to open issues or pull requests if you did not manage to use it.

Server installation

Dependencies and source code

Install dependencies for client build:

$ sudo apt install npm

Clone the repository (with --recursive):

$ mkdir /path/to/your/app && cd /path/to/your/app
$ git clone --recursive https://github.com/SamuelHassine/zotero-prime.git
$ cd zotero-prime

Configure and run:

$ cd docker
$ sudo docker-compose up -d

Initialize databases

Initialize databases:

$ ./bin/init.sh
$ cd ..

Available endpoints:

Name URL
Zotero API http://localhost:8080
S3 Web UI http://localhost:8082
PHPMyAdmin http://localhost:8083

Default login/password:

Name Login Password
Zotero API admin admin
S3 Web UI zotero zoterodocker
PHPMyAdmin root zotero

Client installation

Dependencies and source code

For [m|l|w]: m=Mac, w=Windows, l=Linux

Run:

$ cd client
$ ./config.sh
$ cd zotero-client
$ npm install
$ npm run build
$ cd ../zotero-standalone-build
$ ./fetch_xulrunner.sh -p [m|l|w]
$ ./fetch_pdftools
$ ./scripts/dir_build -p [m|l|w]

First usage

Run:

$ ./staging/Zotero_VERSION/zotero(.exe)

Connect with the default user and password:

Name Login Password
Zotero admin admin

Sync

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].