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/10/12 18:54:55 UTC

incubator-ponymail git commit: Tweak

Repository: incubator-ponymail
Updated Branches:
  refs/heads/master 7b4bbd76a -> 506fb7a03


Tweak

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

Branch: refs/heads/master
Commit: 506fb7a03cae07c4456a692396b896a7c3f5989c
Parents: 7b4bbd7
Author: Sebb <se...@apache.org>
Authored: Wed Oct 12 19:47:30 2016 +0100
Committer: Sebb <se...@apache.org>
Committed: Wed Oct 12 19:47:30 2016 +0100

----------------------------------------------------------------------
 docs/INSTALLING.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/506fb7a0/docs/INSTALLING.md
----------------------------------------------------------------------
diff --git a/docs/INSTALLING.md b/docs/INSTALLING.md
index e18ab69..a799861 100644
--- a/docs/INSTALLING.md
+++ b/docs/INSTALLING.md
@@ -18,6 +18,7 @@ You will need the following software installed on your machine:
 - Python 3.x for the archiver plugin (setup.py will handle dependencies) and importer
 - Apache HTTP Server 2.4.x with mod_lua (see http://modlua.org/gs/installing if you need to build mod_lua manually)
 - Lua >=5.1 with the following modules: cjson, luasec, luasocket
+  (Note: Lua 5.3 is not currently supported by httpd mod_lua or luasocket)
 
 
 ## Download and Install ##
@@ -27,7 +28,7 @@ You will need the following software installed on your machine:
 - Run setup.py in the `tools` dir:
 ```
       $cd tools
-      $python3 setup.py
+      $python3 setup.py [--defaults]
       ...[follow instructions in the setup script]
 ```
 - Edit `site/js/config.js` to suit your needs (usually very little editing is needed)