Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrivolla committed Apr 25, 2013
1 parent eb5e607 commit dc6e3c8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ example of building a myrrix recommender with a rescorer
# Compiling

- run `mvn clean install` from project root
- myrrix-web/src/main/webapp/WEB-INF/web.xml points to the rescorer to use
- `myrrix-web/src/main/webapp/WEB-INF/web.xml` points to the rescorer to use

# Running

- deploy myrrix-web/target/myrrix-web.war on servlet container (e.g. Tomcat)
- deploy `myrrix-web/target/myrrix-web.war` on servlet container (e.g. Tomcat)
- pass rescoring parameters in the following format: `<item_id1>:<score1>,<item_id2>:<score2>,...`
- be careful to correctly urlencode your parameter before sending it to the myrrix serving layer
- only the first `rescorerParams` argument will be used

0 comments on commit dc6e3c8

Please sign in to comment.