Skip to content

Commit 8777eeb

Browse files
authored
Merge branch 'GeorgLink-patch-1' of 'https://github.com/chaoss/grimoirelab'
Merges #563 Closes #563
2 parents cafe24e + ead145c commit 8777eeb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ docker-compose version 1.22.0, build f46880fe
3333
Steps:
3434
1. Clone this project:
3535
```console
36-
foo@bar:~$ git clone https://github.com/chaoss/grimoirelab
36+
git clone https://github.com/chaoss/grimoirelab
3737
```
3838
2. Go to `docker-compose` folder and run the following command:
3939
```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
4242
```
4343

4444
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
6262
Steps:
6363
1. Clone this project:
6464
```console
65-
$ git clone https://github.com/chaoss/grimoirelab
65+
git clone https://github.com/chaoss/grimoirelab
6666
```
6767
2. Go to the project folder and run the following command:
6868
```console
69-
foo@bar:~$ cd grimoirelab
70-
foo@bar:~/grimoirelab $ docker run --net=host \
69+
cd grimoirelab
70+
docker run --net=host \
7171
-v $(pwd)/default-grimoirelab-settings/projects.json:/home/grimoire/conf/projects.json \
7272
-v $(pwd)/default-grimoirelab-settings/setup-docker.cfg:/home/grimoire/conf/setup.cfg \
7373
-t grimoirelab/grimoirelab
@@ -138,7 +138,7 @@ folder includes instructions and configuration files to deploy GrimoireLab using
138138
Git submodule, so its contents will not be available after cloning the repository. To
139139
fetch all the data, and get the latest version, you can run the following command:
140140
```console
141-
$ git submodule update --init --remote
141+
git submodule update --init --remote
142142
```
143143

144144
* How releases of GrimoireLab are built and tested: [Building](BUILDING.md)

0 commit comments

Comments
 (0)