Commit 0704e374400733609f9734f37d9ddb821997979e

Authored by Tiago Bortoletto Vaz
1 parent 1acdc61b
Exists in master and in 1 other branch add_vagrant

Adding more info in README.

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