Merge lp:~tsimonq2/loco-team-portal/trivialINSTALLfile into lp:loco-team-portal

Proposed by Simon Quigley
Status: Merged
Merged at revision: 684
Proposed branch: lp:~tsimonq2/loco-team-portal/trivialINSTALLfile
Merge into: lp:loco-team-portal
Diff against target: 23 lines (+3/-3)
1 file modified
INSTALL (+3/-3)
To merge this branch: bzr merge lp:~tsimonq2/loco-team-portal/trivialINSTALLfile
Reviewer Review Type Date Requested Status
ԜаӀtеr Ⅼарсһуnѕkі Approve
Review via email: mp+288468@code.launchpad.net

Description of the change

This change fixes some trivial typos and changes apt-get to apt in the INSTALL file. I see no reason why this shouldn't be accepted, and it works flawlessly.

To post a comment you must log in.
Revision history for this message
ԜаӀtеr Ⅼарсһуnѕkі (wxl) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'INSTALL'
2--- INSTALL 2011-10-05 00:50:53 +0000
3+++ INSTALL 2016-03-08 23:11:35 +0000
4@@ -1,5 +1,5 @@
5 For Postgresql:
6- - sudo apt-get install postgresql-8.3 python-psycopg2
7+ - sudo apt install postgresql-8.3 python-psycopg2
8 # not sure if necessary
9 # - sudo passwd postgres
10 # # change password to 'password' or whatever the password is in loco-directory/settings.py
11@@ -19,10 +19,10 @@
12 Run LoCo Team Portal unit tests, you should make sure all tests pass
13 make test
14
15-You may optionally populate your database with team data from launchpad or all
16+You may optionally populate your database with team data from Launchpad or all
17 data from the production site.
18
19-Populate database with minimal amount of data from Lauchpad
20+Populate database with minimal amount of data from Launchpad
21 make lp
22
23 Populate database with live data from http://loco.ubuntu.com

Subscribers

People subscribed via source and target branches