Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nyaruka/rp-indexer
Browse files Browse the repository at this point in the history
  • Loading branch information
nicpottier committed Nov 18, 2020
2 parents 3116157 + 8e0c3d7 commit 9748da3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v6.0.0
----------
* Update README

v5.7.2
----------
* add status field to index for querying
Expand Down
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,13 @@ Recommended settings for error reporting:

# Development

Install Indexer source in your workspace with:

```
go get github.com/nyaruka/rp-indexer
```

Build Indexer with:
Once you've checked out the code, you can build Indexer with:

```
go build github.com/nyaruka/rp-indexer/cmd/rp-indexer
```

This will create a new executable in your current directory `rp-indexer`
This will create a new executable in $GOPATH/bin called `rp-indexer`.

To run the tests you need to create the test database:

Expand All @@ -68,7 +62,7 @@ $ createdb elastic_test
To run all of the tests:

```
go test github.com/nyaruka/rp-indexer/... -p=1
go test ./... -p=1
```

# Usage
Expand Down

0 comments on commit 9748da3

Please sign in to comment.