Commit 20e79f8ccd8aebe6b4b100004ef88b505a62ceca

Authored by Valessio Soares de Brito
2 parents d431e28f 3c551b88
Exists in master and in 1 other branch add_vagrant

Merge branch 'master' of github.com:tassia/AppRecommender

Showing 1 changed file with 16 additions and 7 deletions   Show diff stats
README
1 1 AppRecommender - Application recommender for GNU/Linux systems
  2 +---------------------------------------------------------------
2 3  
3   -Install dependencies:
  4 +Install dependencies
  5 +---------------------
4 6  
5   - aptitude install python python-xapian apt-xapian-index python-apt python-cluster python-webpy python-simplejson python-unittest2
  7 +# apt-get install \
  8 +python python-xapian python-apt python-cluster python-webpy python-simplejson \
  9 +python-unittest2 python-numpy python-gnuplot \
  10 +apt-xapian-index gnuplot
6 11  
7   -Run AppRecommender web UI:
  12 +# cd ./src; git clone https://github.com/rueckstiess/expsuite
8 13  
9   - cd ./src/web
10   - ./server.py
11 14  
12   - -> http://localhost:8080
  15 +Run AppRecommender web UI
  16 +--------------------------
13 17  
14   -More info: https://github.com/tassia/AppRecommender/wiki
  18 +# cd ./src/web
  19 +# ./server.py
  20 +
  21 +Open a browser and access http://localhost:8080
  22 +
  23 +More info at https://github.com/tassia/AppRecommender/wiki
... ...