-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOCS] Updates README and adds CONTRIBUTING
- Loading branch information
1 parent
43a75aa
commit 099b681
Showing
2 changed files
with
21 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
To work on the code, clone the repository and install the dependencies: | ||
|
||
``` | ||
git clone https://github.com/elasticsearch/elasticsearch-dsl-ruby.git | ||
cd elasticsearch-dsl/ | ||
bundle install | ||
``` | ||
|
||
Use the Rake tasks to run the test suites: | ||
|
||
``` | ||
bundle exec rake test:unit | ||
bundle exec rake test:integration | ||
``` | ||
|
||
To launch a separate Elasticsearch server for integration tests, see instructions in the [Elasticsearch Ruby Client](https://github.com/elastic/elasticsearch-ruby/blob/main/CONTRIBUTING.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters