~andrewsomething/dat-overview/lp1189808

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Daniel Holbach
  • Date: 2013-04-10 10:22:03 UTC
  • mfrom: (12.1.5 openid)
  • Revision ID: daniel.holbach@canonical.com-20130410102203-kdm46g9yob6nn78w
mergedĀ lp:~andrewsomething/dat-overview/openid_support

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Install dependencies:
2
 
sudo apt-get install python-django python-django-south python-launchpadlib postgresql-9.1 python-psycopg2 postgresql-9.1-debversion
 
2
sudo apt-get install python-django python-django-south python-launchpadlib postgresql-9.1 python-psycopg2 postgresql-9.1-debversion python-django-auth-openid
3
3
#
4
4
# Create your local settings using the sample:
5
5
cd overview
23
23
./manage.py migrate-upload-data
24
24
./manage.py build_people_db
25
25
 
 
26
# On initial creation, you also need to create the Django user groups
 
27
# that are used for authentication.
 
28
./manage.py create_user_groups
 
29
 
26
30
After the first time, you will be able to just run:
27
31
./manage.py update-all