Skip to content

Commit e7473f5

Browse files
author
Martino Visintin
committed
update readme
1 parent aa4e68d commit e7473f5

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ videos on [coursera](http://coursera.org).
2020
(it will error out ridiculously with an `IndexMissingException` from
2121
elasticsearch if you don't do this!);
2222

23+
2324
### Testing dockerized cloujera inside Vagrant VM
2425

2526
```bash
@@ -55,7 +56,7 @@ To scrape another course, you need to:
5556

5657
0. Visit the cloujera session API
5758
`https://api.coursera.org/api/catalog.v1/sessions` and choose a course
58-
1. Sign up for the course and agree to honor code **manually** for the
59+
1. Sign up for the course and agree to honour code **manually** for the
5960
6061
3. Find the video lecture URL (`videoLecturesURL`)
6162
2. Perform an http `POST http://cloujera.whatever/burglar/raid` with this
@@ -73,6 +74,7 @@ To scrape another course, you need to:
7374
## Deployment
7475

7576
### Provisioning (The first time)
77+
7678
```bash
7779
$ ssh user@cloudmachine
7880
$ git clone https://github.com/vise890/cloujera
@@ -81,7 +83,7 @@ $ sudo ./scripts/provision.sh
8183
```
8284

8385

84-
### (Re)-Deploying cloujera
86+
### (Re-)Deploying cloujera
8587

8688
```bash
8789
# in the cloujera directory...
@@ -110,14 +112,14 @@ $ vagrant ssh
110112
$ sudo docker logs cloujera
111113
```
112114

113-
### Checking elasticsearch health
115+
### Checking Elasticsearch health
114116

115117
Visit `http://localhost:9200/`, you should see `status: 200`
116118

117119

118-
### Checking redis Running
120+
### Checking if Redis is running
119121

120-
`redis-cli` will drop you into a redis shell. Some useful commands are: `INFO`,
122+
`redis-cli` will drop you into a Redis shell. Some useful commands are: `INFO`,
121123
`MONITOR`, `HELP`, `HELP @server`.
122124

123125
**NOTE**: this works form the host as well as in the Vagrant VM

0 commit comments

Comments
 (0)