Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

Test Zotero Connection

cam156 edited this page Apr 20, 2017 · 20 revisions
  1. Prerequisites (Only done once)

    1. Create a zotero account

    2. Install Zotero on your computer

      You need zotero 5 or better for the publish capabilities

      1. download and install the latest 5.0 version from: zotero
      2. connect application with zotero account
        • edit preferences and choose the sync tab
        • enter you zotero information from the previous step and click link
  2. Edit your User Profile on server

    1. Click login
    2. Under your name choose Edit Profile
    3. Clear your user account if already linked (you will not see a button to connect to zotero)
    4. Need to go to the rails console to do this on the correct server
         sudo su - deploy
         cd scholarsphere/current
         bundle exec rails c production
         user = User.find_by( login: "<your login>")
         user.zotero_id = nil
         user.arkivo_subscription
      
      
      
  3. Click the link with Zotero

Clone this wiki locally