Commit cee99fe30379aa6374bbfe42cfcd9bc70710b4c6
Exists in
master
and in
1 other branch
Merge branch 'master' of https://github.com/tassia/AppRecommender
Showing
2 changed files
with
11 additions
and
6 deletions
Show diff stats
README
| @@ -6,10 +6,7 @@ Install dependencies | @@ -6,10 +6,7 @@ Install dependencies | ||
| 6 | 6 | ||
| 7 | # apt-get install \ | 7 | # apt-get install \ |
| 8 | python python-xapian python-apt python-cluster python-webpy python-simplejson \ | 8 | python python-xapian python-apt python-cluster python-webpy python-simplejson \ |
| 9 | -python-unittest2 python-numpy python-gnuplot \ | ||
| 10 | -apt-xapian-index gnuplot | ||
| 11 | - | ||
| 12 | -# cd ./src; git clone https://github.com/rueckstiess/expsuite | 9 | +python-numpy apt-xapian-index app-install-data python-xdg |
| 13 | 10 | ||
| 14 | 11 | ||
| 15 | Run AppRecommender web UI | 12 | Run AppRecommender web UI |
| @@ -20,4 +17,5 @@ Run AppRecommender web UI | @@ -20,4 +17,5 @@ Run AppRecommender web UI | ||
| 20 | 17 | ||
| 21 | Open a browser and access http://localhost:8080 | 18 | Open a browser and access http://localhost:8080 |
| 22 | 19 | ||
| 20 | + | ||
| 23 | More info at https://github.com/tassia/AppRecommender/wiki | 21 | More info at https://github.com/tassia/AppRecommender/wiki |
src/experiments/README
| 1 | -Experiments handled by expsuite: | ||
| 2 | -https://github.com/rueckstiess/expsuite | 1 | +AppRecommender experiments and tests |
| 2 | +--------------------------------------- | ||
| 3 | + | ||
| 4 | +Install dependencies: | ||
| 5 | + | ||
| 6 | +# apt-get install \ | ||
| 7 | +python-unittest2 python-gnuplot gnuplot | ||
| 8 | + | ||
| 9 | +# cd ./src; git clone https://github.com/rueckstiess/expsuite (deprecated tests) |