~ltp-devs/loco-team-portal/0.2

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Walter Lapchynski
  • Date: 2016-03-08 23:39:11 UTC
  • mfrom: (683.1.1 loco-team-portal)
  • Revision ID: wxl@ubuntu.com-20160308233911-avk1qgzgw69px0or
typo fixes, change to apt

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
For Postgresql:
2
 
 - sudo apt-get install postgresql-8.3 python-psycopg2 
 
2
 - sudo apt install postgresql-8.3 python-psycopg2 
3
3
# not sure if necessary
4
4
# - sudo passwd postgres
5
5
#   # change password to 'password' or whatever the password is in loco-directory/settings.py
19
19
Run LoCo Team Portal unit tests, you should make sure all tests pass
20
20
    make test
21
21
 
22
 
You may optionally populate your database with team data from launchpad or all
 
22
You may optionally populate your database with team data from Launchpad or all
23
23
data from the production site.
24
24
 
25
 
Populate database with minimal amount of data from Lauchpad
 
25
Populate database with minimal amount of data from Launchpad
26
26
    make lp
27
27
 
28
28
Populate database with live data from http://loco.ubuntu.com