Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 2.14 KB

INSTALLATION.md

File metadata and controls

63 lines (39 loc) · 2.14 KB

INSTALLATION of getpapers

Please follow the below steps for installing getpapers.

Step1: installing nvm-windows

Go to the downloads page and download latest version of nvm-setup.zip.

Unzip the downloaded file and run the included installer.

Step2: installing node

Open your command prompt, and run the following commands one after the other.

nvm install 7
nvm use 7.10.1

Step3: installing a node tool:

Run the following command at command prompt:

npm install --global getpapers

Now run the command getpapers at the command prompt, and you should see something as below:

getpapers_windows

INSTALLATION OF ami

Please follow the below steps for installing ami.

Step1: JAVA

Please check that you have java8(same as java version 1.8) installed on your system by running the command java -version at the command prompt. It should look as following:

java8

It is important that above you get java version 1.8 , and not java version 1.7 or any earlier version. If you don't have java version 1.8, please dowload it from the this link https://www.java.com/en/download/.

Also, please follow the following instruction for installing latest JDK

  • Download and Install the latest JDK for your OS from here
  • Check your JAVA Installation here
  • Open a Terminal and type java -version
  • Make sure you have the latest version (At the time of writing: We have 1.8_201)

Step2: Set path

Please Click here https://github.com/petermr/tigr2ess/blob/master/installation/windows/set_path/set_path.md

Step3:

Copy the ContentMine folder present in the pendrive onto the Desktop of your system.

Step4:

Open the command prompt and execute ami-pdf. Your screen should look as below:

ami-pdf

Issues

In Step2, the steps for setting path are slightly different on different Windows systems.