You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2016/11/12 15:32:27 UTC

incubator-ponymail git commit: Need to install PM as well ...

Repository: incubator-ponymail
Updated Branches:
  refs/heads/master 1c77ed719 -> d04d4159c


Need to install PM as well ...

Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/d04d4159
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/d04d4159
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/d04d4159

Branch: refs/heads/master
Commit: d04d4159c1859df24f4585ddf4d6e98f7c5e9ced
Parents: 1c77ed7
Author: Sebb <se...@apache.org>
Authored: Sat Nov 12 15:32:15 2016 +0000
Committer: Sebb <se...@apache.org>
Committed: Sat Nov 12 15:32:15 2016 +0000

----------------------------------------------------------------------
 README.md | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/d04d4159/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 793eadd..4cadd17 100644
--- a/README.md
+++ b/README.md
@@ -65,11 +65,12 @@ For a quick guide to installing Pony Mail, please see the guides for:
 
 1. Install Apache httpd + mod_lua and the lua libs (see http://modlua.org/gs/installing if need be)
 2. Install ElasticSearch
-3. go to tools/ and run python setup.py - follow the instructions and enter info
-4. Fiddle a bit with site/js/config.js for now
-5. Add Pony Mail as an archiver for your lists. [see this doc](docs/ARCHIVING.md).
-6. import mbox data with import-mbox.py if need be (see [this doc](docs/IMPORTING.md) for details)
-7. All done :) But please see the [detailed installation instructions](docs/INSTALLING.md) for more details
+3. Install Pony Mail (e.g. clone git or unpack release archive)
+4. Go to $HOME_PM/tools/ and run 'python setup.py' - follow the instructions and enter info or do 'python setup.py --defaults'
+5. Adjust site/js/config.js as necessary
+6. Add Pony Mail as an archiver for your lists. [see this doc](docs/ARCHIVING.md).
+7. import mbox data with import-mbox.py if need be (see [this doc](docs/IMPORTING.md) for details)
+8. All done :) But please see the [detailed installation instructions](docs/INSTALLING.md) for more details
 
 
 ### Contributing to Pony Mail ###