Skip to content

Commit 3ab71c4

Browse files
committed
Group Installation alternatives
Let's group these pages and we'll update them later! Signed-off-by: Igor Zubiaurre García <[email protected]>
1 parent a5ef4c4 commit 3ab71c4

8 files changed

Lines changed: 52 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
layout: default
3+
title: Deploying from DockerHub
4+
nav_order: 2
5+
parent: Installation alternatives
6+
has_children: false
7+
has_toc: false
8+
---
9+
110
## Deploying from DockerHub
211

312
GrimoireLab can be found, already installed and ready to use, as Docker container images. The image which is likely most useful for a start is [grimoirelab/full](https://hub.docker.com/r/grimoirelab/full), available from DockerHub. It includes all GrimoireLab components, along with the services needed to produce a fully functional GrimoireLab dashboard: Elasticsearch, MariaDB, and Kibiter. By default, the container produces a dashboard for the GrimoireLab project.
File renamed without changes.
File renamed without changes.

docs/install/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: default
3+
title: Installation alternatives
4+
permalink: /install
5+
nav_order: 9
6+
has_children: true
7+
has_toc: true
8+
---
9+
10+
# Installation alternatives
11+
12+
If the default installation method doesn't suite your use case here's a
13+
collection of alternative installation methods.
14+
15+
The list and the details may be outdated. Feel free to contribute
16+
updates.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
layout: default
3+
title: Installing python modules
4+
nav_order: 4
5+
parent: Installation alternatives
6+
has_children: false
7+
has_toc: false
8+
---
9+
110
## Installing GrimoireLab Python modules
211

312
Most of GrimoireLab are Python modules. The easiest way of installing them is using `pip3`,

basics/quick.md renamed to docs/install/quick.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
layout: default
3+
title: Installation for the impatient
4+
nav_order: 1
5+
parent: Installation alternatives
6+
has_children: false
7+
has_toc: false
8+
---
9+
110
## Installation for the impatient
211

312
So you don't want to read all the details,
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
layout: default
3+
title: Installing supporting systems
4+
nav_order: 3
5+
parent: Installation alternatives
6+
has_children: false
7+
has_toc: false
8+
---
9+
110
## Installing supporting systems
211

312
GrimoireLab modules need some supporting components to work.

0 commit comments

Comments
 (0)