Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 868fac8

Browse filesBrowse files
committed
Fix typos in readmes
1 parent 4046a33 commit 868fac8
Copy full SHA for 868fac8

File tree

Expand file treeCollapse file tree

2 files changed

+9
-9
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+9
-9
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ to be done better. Please use it and create Issues with your problems.
99

1010
* [Install Docker](https://docs.docker.com/installation/)
1111
* Clone this repo
12-
* Build all images with the comands like:
12+
* Build all images with the commands like:
1313
`cd cpan-api; docker build --tag cpan-api .`
1414

1515
## System architecture
1616

17-
The system consists of serverl microservices that live in docker containes:
17+
The system consists of several microservices that live in docker containers:
1818

1919
* `cpan_volume` — data volume container that shares directory `/cpan` with
2020
all other containers
@@ -25,9 +25,9 @@ The system consists of serverl microservices that live in docker containes:
2525

2626
## cpan_volume
2727

28-
Eveything starts from the volume `/cpan`.
28+
Everything starts from the volume `/cpan`.
2929

30-
First you need to create data volume contaner:
30+
First you need to create data volume container:
3131

3232
docker run --name cpan_volume --volume=/cpan ubuntu:14.04
3333

@@ -84,15 +84,15 @@ First you need to run container with elasticsearch:
8484
--name elasticsearch \
8585
elasticsearch
8686

87-
You can check that you have elasticsearch running with the comand:
87+
You can check that you have elasticsearch running with the command:
8888

8989
curl 127.0.0.1:9200
9090

9191
PS If you run docker on mac or windows you should change `127.0.0.1` to the ip
92-
address of our docker virtual machinge (you can find out this ip with the
92+
address of our docker virtual machine (you can find out this ip with the
9393
`boot2docker ip`).
9494

95-
Here is the output you are expecred to see:
95+
Here is the output you are expected to see:
9696

9797
{
9898
"ok" : true,
@@ -124,7 +124,7 @@ Next you need to run cpan-api server. This can be done with the command:
124124
cpan-api
125125

126126
So the server is running but you also need to run some scripts to index data.
127-
To do it you can create ineractive container:
127+
To do it you can create interactive container:
128128

129129
docker run \
130130
-it \

‎metacpan-web/README.md

Copy file name to clipboardExpand all lines: metacpan-web/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Runnig metacpan-web in docker.
1+
# Running metacpan-web in docker.
22

33
This is an experiment to run [Web interface for MetaCPAN][web] in [Docker][d].
44

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.