You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Go to `docker-compose` folder and run the following command:
39
39
```console
40
-
foo@bar:~$ cd grimoirelab/docker-compose
41
-
foo@bar:~/grimoirelab/docker-compose$ docker-compose up -d
40
+
cd grimoirelab/docker-compose
41
+
docker-compose up -d
42
42
```
43
43
44
44
Your dashboard will be ready after a while at `http://localhost:8000`. The waiting time depends on the amount of data to fetch from a repo, for small repositories you can expect your data to be visible in the dashboard after 10-15 minutes.
@@ -62,12 +62,12 @@ Docker version 19.03.1, build 74b1e89
62
62
Steps:
63
63
1. Clone this project:
64
64
```console
65
-
$ git clone https://github.com/chaoss/grimoirelab
65
+
git clone https://github.com/chaoss/grimoirelab
66
66
```
67
67
2. Go to the project folder and run the following command:
0 commit comments