Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
simrnsethi committed Dec 17, 2017
1 parent 70681e0 commit d2883db
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,39 @@ Released Under [**World Bank Dataset Terms of Use**](http://web.worldbank.org/WB
2. Navigate into this folder "world-dev-indicators" through command line.
3. Type:


$make clear_all
```
make clear_all
```
This will clear all the result files which come with this repo.

4. Now, type:

$make all
```
make all
```
This will run all the scripts in the `src/` folder as per the sequence in `Makefile` and render the analysis in the `results/` folder.

### Docker

1.
1. Download from Docker

```
docker pull simransethi/world-dev-indicators
```

2. Clean, so that you can build from start:

```
docker run --rm -v **insert-location-to-repo-in-local-systme**:/home/world-dev-indicators simransethi/world-dev-indicators make -C '/home/world-dev-indicators' clear_all
```
3. Run the whole analysis:

```
docker run --rm -v **insert-location-to-repo-in-local-systme**:/home/world-dev-indicators simransethi/world-dev-indicators make -C '/home/world-dev-indicators' all
```

**The final report is rendered at this location: `doc/final_report/`**

Expand Down

0 comments on commit d2883db

Please sign in to comment.