Skip to content

Commit

Permalink
Updated readme's of examples (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mart-Coul authored and philtrep committed Nov 21, 2016
1 parent c88980f commit d40efc6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 15 deletions.
5 changes: 2 additions & 3 deletions _examples/memcached/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ Copy the index file in this folder to the project root:
```bash
cd <project_folder>/

cp nodock/_examples/memcached/index.js .
cp nodock/_examples/memcached/package.json .
cp -r nodock/_examples/memcached/* .
```

### Usage
Expand All @@ -19,4 +18,4 @@ cd nodock/
docker-compose up -d memcached node nginx
```

By going to `127.0.0.1` in your browser you should be seeing a message indicating that `node` has successfully connected to `memcached`.
By going to `127.0.0.1` in your browser you should be seeing a message indicating that `node` has successfully connected to `memcached`.
5 changes: 2 additions & 3 deletions _examples/mongo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ Copy the index file in this folder to the project root:
```bash
cd <project_folder>/

cp nodock/_examples/mongo/index.js .
cp nodock/_examples/mongo/package.json .
cp -r nodock/_examples/mongo/* .
```

### Usage
Expand All @@ -19,4 +18,4 @@ cd nodock/
docker-compose up -d mongo node nginx
```

By going to `127.0.0.1` in your browser you should be seeing a message indicating that `node` has successfully connected to `mongo`.
By going to `127.0.0.1` in your browser you should be seeing a message indicating that `node` has successfully connected to `mongo`.
5 changes: 2 additions & 3 deletions _examples/mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ Copy the index file in this folder to the project root:
```bash
cd <project_folder>/

cp nodock/_examples/mysql/index.js .
cp nodock/_examples/mysql/package.json .
cp -r nodock/_examples/mysql/* .
```

### Usage
Expand All @@ -19,4 +18,4 @@ cd nodock/
docker-compose up -d mysql node nginx
```

By going to `127.0.0.1` in your browser you should be seeing a message indicating that `node` has successfully connected to `mysql`.
By going to `127.0.0.1` in your browser you should be seeing a message indicating that `node` has successfully connected to `mysql`.
5 changes: 2 additions & 3 deletions _examples/rabbitmq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ Copy the index file in this folder to the project root:
```bash
cd <project_folder>/

cp nodock/_examples/rabbitmq/index.js .
cp nodock/_examples/rabbitmq/package.json .
cp -r nodock/_examples/rabbitmq/* .
```

### Usage
Expand All @@ -19,4 +18,4 @@ cd nodock/
docker-compose up -d rabbitmq node nginx
```

By going to `127.0.0.1` in your browser you should be seeing a message indicating that `node` has successfully connected to `rabbitmq`. If you are seeing an error message, wait a few seconds for RabbitMQ to spin up and reload the page.
By going to `127.0.0.1` in your browser you should be seeing a message indicating that `node` has successfully connected to `rabbitmq`. If you are seeing an error message, wait a few seconds for RabbitMQ to spin up and reload the page.
5 changes: 2 additions & 3 deletions _examples/simple-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ Copy the index file in this folder to the project root:
```bash
cd <project_folder>/

cp nodock/_examples/simple-web/index.js .
cp nodock/_examples/simple-web/package.json .
cp -r nodock/_examples/simple-web/* .
```

### Usage
Expand All @@ -19,4 +18,4 @@ cd nodock/
docker-compose up -d node nginx
```

By going to `127.0.0.1` in your browser you should be seeing a nice greeting!
By going to `127.0.0.1` in your browser you should be seeing a nice greeting!

0 comments on commit d40efc6

Please sign in to comment.