-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Documentation and Kata 000 (#167)
* Add bundler: exec needs a command to run to all invocations of thor * Remove mentions of RRE which was removed --------- Co-authored-by: Moritz Wilke <[email protected]>
- Loading branch information
Showing
3 changed files
with
3 additions
and
7 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
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 |
---|---|---|
|
@@ -43,7 +43,7 @@ curl http://localhost:8983/solr/ecommerce/config -H 'Content-type:application/js | |
|
||
Create a user with the email `[email protected]` and the password `password`: | ||
```sh | ||
docker-compose run quepid thor user:create -a [email protected] "Demo User" password | ||
docker-compose run quepid bundle exec thor user:create -a [email protected] "Demo User" password | ||
``` | ||
|
||
For Quepid case, pick `name` for title, and `id` for identifier. Add `thumb:imageUrl` to the list of fields. | ||
|
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 |
---|---|---|
|
@@ -145,17 +145,13 @@ docker-compose run --rm quepid bin/rake db:setup | |
We also need to create you an account with Administrator permissions: | ||
|
||
```sh | ||
docker-compose run quepid thor user:create -a [email protected] "Chorus Admin" password | ||
docker-compose run quepid bundle exec thor user:create -a [email protected] "Chorus Admin" password | ||
``` | ||
|
||
Visit Quepid at http://localhost:3000 and log in with the email and password you just set up. | ||
|
||
Go through the initial case setup process. Quepid will walk you through setting up a `Movie Cases` case via a Wizard interface, and then show you some of the key features of Quepid's UI. I know you want to skip the tour of Quepid interface, however there is a lot of interactivity in the UI, so it's worth going through the tutorial to get acquainted! | ||
|
||
Now, let's go ahead and make sure we publish the results of our evaluation: | ||
|
||
|
||
Bring up http://localhost:7979 and you will see a relatively unexciting empty dashboard. Don't worry, in our first kata, we'll do a relevancy test and fill this dashboard in. | ||
|
||
Last but not least we want to set up what we need to monitor our end user facing applications. We use Prometheus and Grafana for this task. Prometheus is already collecting and storing data. For Grafana we need to set up a user and grant this user administrative rights in Grafana: | ||
|
||
|