]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
docs: Bring import of archives up to top-level
authorStephen Finucane <stephen@that.guru>
Fri, 4 Nov 2016 15:17:35 +0000 (15:17 +0000)
committerStephen Finucane <stephen@that.guru>
Sun, 22 Jan 2017 22:03:56 +0000 (22:03 +0000)
This applies whether you're using the Docker-, Vagrant- or manual-
based installation methods.

Signed-off-by: Stephen Finucane <stephen@that.guru>
docs/development/installation.md

index 16cb3ae1f48fb2fd3d9f4ec5859c80315dc60ff6..bc0eadf489a12fa4ae4359ae33c3833384c8db21 100644 (file)
@@ -292,18 +292,20 @@ using the aptly-named `createsuperuser` command:
 
     (.venv)$ ./manage.py createsuperuser
 
+## Import Mailing List Archives
+
 Once this is done, it's beneficial to load some real emails into the system.
 This can be done manually, however it's generally much easier to download
 an archive from a Mailman instance and load these using the `parsearchive`
 command. You can do this like so:
 
-    (.venv)$ mm_user=myusername
-    (.venv)$ mm_pass=mypassword
+    (.venv)$ mm_user=<myusername>
+    (.venv)$ mm_pass=<mypassword>
     (.venv)$ mm_host=https://lists.ozlabs.org
     (.venv)$ mm_url=$mm_host/private/patchwork.mbox/patchwork.mbox
     (.venv)$ curl -F username=$mm_user -F password=$mm_pass -k -O $mm_url
 
-Where `mm_user` and `mm_pass` are the username and password you have registered
+where `mm_user` and `mm_pass` are the username and password you have registered
 with on the Mailman instance found at `mm_host`.
 
 **NOTE:** We provide instructions for downloading archives from the Patchwork