~ubuntu-branches/ubuntu/wily/postbooks-schema-empty/wily

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Package Import Robot
  • Author(s): Daniel Pocock
  • Date: 2014-10-18 20:30:26 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20141018203026-oi7kyvcgcozx72mp
Tags: 4.7.0-2
Remove some explicit references to PostgreSQL 9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
try installing one of the postbooks-schema packages, for example:
26
26
 
27
27
  # apt-get install postbooks-schema-quickstart \
28
 
       postgresql-9.1 postgresql-contrib-9.1
 
28
       postgresql postgresql-contrib
29
29
 
30
30
to automatically install PostgreSQL itself, the required modules,
31
31
database and schema creation.
46
46
 
47
47
On the machine where you want to run the PostgreSQL server:
48
48
 
49
 
  # apt-get install postgresql-9.1 postgresql-contrib-9.1
 
49
  # apt-get install postgresql postgresql-contrib
50
50
 
51
51
Now use the following script code at the shell on your
52
52
PostgreSQL server machine: