~dylanmccall/harvest/gsoc-client-stuff

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Daniel Holbach
  • Date: 2010-02-22 13:58:52 UTC
  • Revision ID: daniel.holbach@canonical.com-20100222135852-dh80jevpinmr857j
simplify installation

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
1
1. sudo apt-get install python-django python-launchpadlib python-django-openid-auth bzr
3
2
2. cd harvest; cp settings.py.sample settings.py
4
3
 
5
4
---
6
5
Optional for postgres usage:
7
6
  - sudo apt-get install postgresql-8.3 python-psycopg2
8
 
  - Edit settings.py
9
 
  - set DATABASE_* according to the appropiate settings 
 
7
  - edit local_settings.py and set DATABASE_USER, DATABASE_PASSWORD, SECRET_KEY
10
8
  - Not sure if necessary:
11
9
    - sudo passwd postgres
12
10
    change password to 'password' or whatever the password is in harvest/settings.py