Skip to content

Commit

Permalink
Updated readmes to specify the need of installing RethinkDB before hz…
Browse files Browse the repository at this point in the history
… serving (#292)
  • Loading branch information
aarmora authored and deontologician committed Apr 27, 2016
1 parent cab0c1f commit b78faaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions GETTING-STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ We now need to start Horizon Server. Running `hz serve` does three main things:
1. Serves the `horizon.js` client library.
1. Serves everything in the `dist` folder, _if it exists in the current working directory_.

*[RethinkDB](https://www.rethinkdb.com/docs/install/) needs to be installed first and accessible from the Path.*

Normally, running `hz serve` requires a running instance of RethinkDB as well as pre-created tables in your RethinkDB instance.

Luckily, running `hz serve --dev` has all that covered for you. Here's a comparison of what happens with and without `--dev`:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ $ npm install -g horizon
```

You can then create the boilerplate with `hz init` and then launch Horizon Server
and an instance of RethinkDB with `hz serve --dev`.
and an instance of RethinkDB with `hz serve --dev`. *[RethinkDB](https://www.rethinkdb.com/docs/install/) needs to be installed and accessible from the Path.*

```sh
$ hz init myapp
Expand Down

0 comments on commit b78faaa

Please sign in to comment.