Commit 043c081bc5304059c0dcf47f1dd70ad7fb0b2984

Authored by Tássia Camões Araújo
1 parent da134709
Exists in master and in 1 other branch add_vagrant

Fixing basic instructions on README.

Showing 1 changed file with 5 additions and 5 deletions   Show diff stats
1 AppRecommender - Application recommender for GNU/Linux systems 1 AppRecommender - Application recommender for GNU/Linux systems
2 2
3 -Depends: 3 +Install dependencies:
4 4
5 - aptitude install python apt-xapian-index python-stats python-webpy python-cluster python-simplejson 5 + aptitude install python python-xapian apt-xapian-index python-apt python-cluster python-webpy python-simplejson python-unittest2
6 6
7 -Running server: 7 +Run AppRecommender web UI:
8 8
9 cd ./src/web 9 cd ./src/web
10 - mkdir submissions  
11 - ./servery.py 10 + ./server.py
  11 +
12 -> http://localhost:8080 12 -> http://localhost:8080
13 13
14 More info: https://github.com/tassia/AppRecommender/wiki 14 More info: https://github.com/tassia/AppRecommender/wiki