Skip to content

Commit 025916e

Browse files
apoorvaanand1998jgbarah
authored andcommitted
Fix typo and broken links
1 parent 9d2ffd2 commit 025916e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

basics/supporting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Docker images, very likely you can skip this section.
88
These supporting components are:
99

1010
* Python3: GrimoireLab is written in Python3, so you need to have it installed. At least Python 3.5 is recommended, but older versions could work.
11-
* Programas for retrieving data from data sources. In some cases, some programs will be needed when retrieving data, since GrimoireLab/Perceval will use them. The most common case is `git`, for the git GrimoireLab/Peerceval backend.
11+
* Programs for retrieving data from data sources. In some cases, some programs will be needed when retrieving data, since GrimoireLab/Perceval will use them. The most common case is `git`, for the git GrimoireLab/Peerceval backend.
1212
* ElasticSearch: if you want to store raw or enriched GrimoireLab indexes (produced by GrimoireELK).
1313
* Kibiter: if you want to visualize enriched indexes (produced by GrimoireELK). For example, because you want to browse GrimoireLab dashboards. You can also install vanilla Kibana (Kibiter is a soft fork from Kibana), although in that case maybe some of the functionality will not be available.
1414
* MariaDB: if you want to use SortingHat for identity management.
@@ -66,7 +66,7 @@ More information about installing git in other platforms is available in
6666

6767
In case you decide to install ElasticSearch and Kibiter or Kibana yourself, instead of using them as a service, the process is not difficult. Please ensure you're installing at least version 5.1 of both of them. As a rule, versions for Kibana and ElasticSearch should be the same if they are to work together. If you are installing Kibiter, you can find out the latest release of it (see below), and install the corresponding ElasticSearch version.
6868

69-
For installing ElasticSearch you can follow its [installation instructions](https://www.elastic.co/guide/en/elasticsearch/reference/current/_installation.html). You will need to have a Java virtual machine installed \(Oracle JDK version 1.8.x is recommended\), The rest is simple: download the installation file from the [ElasticSearch downloads area](https://www.elastic.co/downloads/elasticsearch), and install it, for example by unzipping the zip installation file.
69+
For installing ElasticSearch you can follow its [installation instructions](https://www.elastic.co/guide/en/elasticsearch/reference/current/install-elasticsearch.html). You will need to have a Java virtual machine installed \(Oracle JDK version 1.8.x is recommended\), The rest is simple: download the installation file from the [ElasticSearch downloads area](https://www.elastic.co/downloads/elasticsearch), and install it, for example by unzipping the zip installation file.
7070

7171
Assuming the installed ElasticSearch directory is `elasticsearch`, to launch it you will just run the appropriate command \(no need to run this from the virtual environment\):
7272

@@ -82,7 +82,7 @@ For installing Kibiter, grab the version you want from the [Kibiter releases at
8282

8383
Once you are done, point your browser to [http://localhost:5601](http://localhost:5601) (asuming Kibana was installed in your local machine, using the default port), and you'll get something like:
8484

85-
![](/assets/Screenshot-2017-11-4 Bitergia Analytics.png)
85+
![Kibiter welcome page](/assets/bitergia_analytics_screenshot.png)
8686

8787
### Installing Kibana
8888

@@ -119,4 +119,4 @@ If you are going to use SortingHat, you will need a database. Currently, MySQL-l
119119
$ sudo apt-get install mariadb-server
120120
```
121121

122-
That's it, that's all.
122+
That's it, that's all.

0 commit comments

Comments
 (0)