diff options
| author | Barry Warsaw | 2014-09-23 11:50:01 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2014-09-23 11:50:01 -0400 |
| commit | 1e3d3ac6bb288f496c00054080d6cc9823149cfc (patch) | |
| tree | 4bb186d05947abfc2cd794202993935506703304 /src | |
| parent | 93cd9c35698032d8df8d744862bd7b1f95092a0c (diff) | |
| parent | b6bc505e45a2f1f4f99d7dd2cdd868d533270ee9 (diff) | |
| download | mailman-1e3d3ac6bb288f496c00054080d6cc9823149cfc.tar.gz mailman-1e3d3ac6bb288f496c00054080d6cc9823149cfc.tar.zst mailman-1e3d3ac6bb288f496c00054080d6cc9823149cfc.zip | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/mailman/docs/DATABASE.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mailman/docs/DATABASE.rst b/src/mailman/docs/DATABASE.rst index 229bfe8ed..7e198cd81 100644 --- a/src/mailman/docs/DATABASE.rst +++ b/src/mailman/docs/DATABASE.rst @@ -39,7 +39,7 @@ PostgreSQL First, you need to configure PostgreSQL itself. This `Ubuntu article`_ may help. Let's say you create the `mailman` database in PostgreSQL via:: - $ sudo -u postgres createdb -O myuser mailman + $ sudo -u postgres createdb -O $USER mailman You would then need to set both the `class` and `url` variables in `mailman.cfg` like so:: @@ -52,8 +52,8 @@ That should be it. Note that if you want to run the full test suite against PostgreSQL, you should make these changes to the ``mailman/testing/testing.cfg`` file (yes, -eventually we'll make this easier), start up PostgreSQL and run ``bin/test`` -as normal. +eventually we'll make this easier), start up PostgreSQL, enter the virtual +environment, and run ``nose2 -vv`` as normal. If you have any problems, you may need to delete the database and re-create it:: |
