Fix report

This commit is contained in:
Claudio Maggioni 2020-12-07 18:54:22 +01:00
parent 2e671190a5
commit 6c15791271
2 changed files with 2 additions and 3 deletions

Binary file not shown.

View File

@ -41,8 +41,7 @@ The installation of the project and population of the test collection with the
scraped documents is automated by a single script. The script requires you have
downloaded \textit{Solr} version 8.6.2. as a ZIP file, i.e.\ the same
\textit{Solr} ZIP we had to download during lab lectures. Should you need to
download a copy of the ZIP file, you can find it here (on USI's onedrive
hosting): \url{http://to-do.com/file}.
download a copy of the ZIP file, you can find it here: \url{https://maggioni.xyz/solr-8.6.2.zip}.
Clone the project's git repository and position yourself with a shell on the
project's root directory. Then execute this command:
@ -52,7 +51,7 @@ project's root directory. Then execute this command:
./solr_install.sh {ZIP path}
\end{minted}
where \texttt{<ZIP path>} is the path of the ZIP file mentioned earlier. This
where \texttt{\{ZIP path\}} is the path of the ZIP file mentioned earlier. This
will install, start, and update \textit{Solr} with the test collection.
\subsection{UI installation}