witten
/
luminotes
Archived
1
0
Fork 0

Updated Luminotes Server INSTALL file with instructions for setting the http_url configuration setting.

This commit is contained in:
Dan Helfman 2009-05-11 12:33:13 -07:00
parent d0620c1eaa
commit 83e20c2c10
2 changed files with 10 additions and 4 deletions

12
INSTALL
View File

@ -185,6 +185,11 @@ configuration causes your web server to serve static files itself, while
passing through requests for dynamic pages to the Luminotes web server running
locally.
Additionally, you should let Luminotes know about the public hostname of
your web site. Simply edit config/Common.py and change the value of
luminotes.http_url based on the domain you're using. For instance:
"luminotes.http_url": "http://yourhostname.com",
SSL support
-----------
@ -198,11 +203,10 @@ Without this, Luminotes would have no way of knowing whether a particular
request was encrypted when received by your web server. (There are ways to do
this in a less hacky manner, which might be supported in the future.)
To configure the Luminotes server for SSL support, edit config/Common.py and
change the values of luminotes.http_url and luminotes.https_url based on the
domain you're using. For instance:
To configure the Luminotes server for SSL support, edit config/Common.py
and change the value of luminotes.https_url based on the domain you're
using. For instance:
"luminotes.http_url": "http://yourhostname.com",
"luminotes.https_url": "https://yourhostname.com",

2
NEWS
View File

@ -1,5 +1,7 @@
1.6.12:
* Added a "start a new discussion" link to each discussion forum page.
* Updated Luminotes Server INSTALL file with instructions for setting the
http_url configuration setting.
1.6.11: April 28, 2009
* Rewrote the way that the toolbar is implemented, laying the groundwork for