From 9afaec05649f76afbd5f06c7b29ab0ec33b6e86e Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 15 Dec 2017 11:15:52 +0100 Subject: Remove Install.md --- Install.md | 45 --------------------------------------------- README.md | 1 - 2 files changed, 46 deletions(-) delete mode 100644 Install.md diff --git a/Install.md b/Install.md deleted file mode 100644 index 212b0cc..0000000 --- a/Install.md +++ /dev/null @@ -1,45 +0,0 @@ -# Installation instructions - -We use software by the [Nordlys][] group. -The installation instructions are [here](http://nordlys.readthedocs.io/en/latest/installation.html). - -For now, we don't work on the full dataset so we use step 3.1B, **not** 3.1A. - -Concretely, the following needs to be done: - -```bash -# Requirements -apt install mongodb -service mongodb start - -# Nordlys repo -git clone https://github.com/iai-group/nordlys.git -cd nordlys - -# Install python code -pip install -r requirements.txt - -# Load data -./scripts/load_mongo_dumps.sh -``` - -If you get encoding errors, you may need to change `python` to `python3` in -the scripts in `./scripts`. - -Now we need elasticsearch and build the index: - -```bash -wget -qO- https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/2.3.4/elasticsearch-2.3.4.tar.gz | tar xzv -cd elasticsearch*/bin -./elasticsearch -``` - -And in an other shell: - -```bash -./scripts/build_dbpedia_index.sh -``` - -However, that currently only adds 97 documents which does not seem reasonable. - -[Nordlys]: http://nordlys.cc/ diff --git a/README.md b/README.md index 5350acc..d080980 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ # Practical Assignment Repository Team 4 -0. [Installation](Install.md) 1. [The Plan](Plan.md) 2. [The Implementation](Implementation.md) -- cgit v1.2.3