Update rethinkdb-dev-database.md (#4111)

This commit is contained in:
Wang Jie 2017-08-09 05:29:27 +08:00 committed by Misty Stanley-Jones
parent e48022901c
commit cb076e03ba
1 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ In this tutorial, you will:
- Create a RethinkDB Container for Development - Create a RethinkDB Container for Development
- (Advanced) Clone a small Node.js application and write data into RethinkDB. - (Advanced) Clone a small Node.js application and write data into RethinkDB.
### Setting up RethinkDB in Kitematic ### Set up RethinkDB in Kitematic
First, if you haven't yet done so, [download and start First, if you haven't yet done so, [download and start
Kitematic](index.md). Once open, the app should look like Kitematic](index.md). Once open, the app should look like
@ -35,7 +35,7 @@ host `localhost` and port `32783` (in this example - ports may be different
for you). This means you can now reach RethinkDB via a client driver at for you). This means you can now reach RethinkDB via a client driver at
`127.0.0.1:32783`. Again, this IP address may be different for you. `127.0.0.1:32783`. Again, this IP address may be different for you.
### (Advanced) Saving Data into RethinkDB with a local Node.js App ### (Advanced) Save Data into RethinkDB with a local Node.js App
Now, you'll create the RethinkDB example chat application running on your local Now, you'll create the RethinkDB example chat application running on your local
macOS system to test drive your new containerized database. macOS system to test drive your new containerized database.
@ -43,7 +43,7 @@ macOS system to test drive your new containerized database.
First, if you don't have it yet, [download and install First, if you don't have it yet, [download and install
Node.js](http://nodejs.org/). Node.js](http://nodejs.org/).
> **Note**: this example needs Xcode installed. We'll replace it with something > **Note**: This example needs Xcode installed. We'll replace it with something
> with fewer dependencies soon. > with fewer dependencies soon.
In your terminal, type: In your terminal, type: