~rashi007/mailman/docsfix

« back to all changes in this revision

Viewing changes to src/mailman/docs/DATABASE.rst

  • Committer: Barry Warsaw
  • Date: 2014-08-23 21:41:58 UTC
  • Revision ID: barry@list.org-20140823214158-8oq2tiru0wlswyfq
Docs update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
First, you need to configure PostgreSQL itself.  This `Ubuntu article`_ may
40
40
help.  Let's say you create the `mailman` database in PostgreSQL via::
41
41
 
42
 
    $ sudo -u postgres createdb -O myuser mailman
 
42
    $ sudo -u postgres createdb -O $USER mailman
43
43
 
44
44
You would then need to set both the `class` and `url` variables in
45
45
`mailman.cfg` like so::
52
52
 
53
53
Note that if you want to run the full test suite against PostgreSQL, you
54
54
should make these changes to the ``mailman/testing/testing.cfg`` file (yes,
55
 
eventually we'll make this easier), start up PostgreSQL and run ``bin/test``
56
 
as normal.
 
55
eventually we'll make this easier), start up PostgreSQL, enter the virtual
 
56
environment, and run ``nose2 -vv`` as normal.
57
57
 
58
58
If you have any problems, you may need to delete the database and re-create
59
59
it::