From c239b91c9f55963875ffdf0b3a9c8300cf44d18b Mon Sep 17 00:00:00 2001 From: vogelsang1 <j.vogelsang@fz-juelich.de> Date: Thu, 27 Jun 2019 05:09:32 +0000 Subject: [PATCH] Merge branch 'master' of https://gitlab.version.fz-juelich.de/vogelsang1/zotero-client (cherry picked from commit d5b9654a587a4b7be857e4c9cb8fed06c2056256) --- .gitmodules | 9 +++++++++ README.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..1b27f68 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "zotero-client"] + path = zotero-client + url = https://github.com/zotero/zotero +[submodule "zotero-standalone-build"] + path = zotero-standalone-build + url = https://github.com/zotero/zotero-standalone-build +[submodule "zotero-build"] + path = zotero-build + url = https://github.com/zotero/zotero-build \ No newline at end of file diff --git a/README.md b/README.md index 10113c0..e099391 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,33 @@ # zotero-client +## Client installation + +### Dependencies and source code + +For [m|l|w]: m=Mac, w=Windows, l=Linux + +*Run*: +```bash +$ git submodule update --init --recursive +$ ./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*: +```bash +$ ./staging/Zotero_VERSION/zotero(.exe) +``` + +*Connect with the default user and password*: + +| Name | Login | Password | +| ------------- | ------------------------ | ------------------ | +| Zotero | admin | admin | -- GitLab