Navigation Menu

Skip to content
Assaf Urieli edited this page Mar 29, 2019 · 3 revisions

To install Jochre, you need Java 1.8+, Maven and Git.

On Ubuntu, you can install them using:

sudo apt install default-jdk
sudo apt install maven
sudo apt install git

Place yourself in the parent directory, inside of which you would like to install Jochre.

Clone the Jochre repository as follows:

> git clone https://github.com/urieli/jochre.git

Or if you have a github account with a certificate:

> git clone git@github.com:urieli/jochre.git

Next, enter the Jochre directory and build it:

> cd jochre
> cd jochre_parent
> mvn clean package -DskipTests=true

If all has gone well, you should now have all Jochre packages inside the jochre_distribution/target/jochre-distribution-X.X.X-bin directory, where X.X.X is the current Jochre version.

> cd ../jochre_distribution/target/jochre-distribution-X.X.X-bin
> ls jochre*
jochre-core-X.X.X.jar  jochre-search-X.X.X.jar  jochre-search-webapp-X.X.X.war  jochre-utils-X.X.X.jar  jochre-web-X.X.X.war  jochre-yiddish-X.X.X.jar