From 03ad50f4894b6e3b67e94bce506f61dab97684ba Mon Sep 17 00:00:00 2001 From: Ivan Tcholakov Date: Tue, 14 Jul 2009 18:38:49 +0200 Subject: [PATCH] [svn r22075] FS#2867: The installation manual (English), procedure "7. Mathematical formulas with LaTeX": Adding mentioning about web-server executable right on the file mimetex.cgi, as tunki (nickname) proposed. See http://www.dokeos.com/forum/viewtopic.php?t=29594 . --- documentation/installation_guide.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/documentation/installation_guide.html b/documentation/installation_guide.html index 29047dd3b7..6954b541c7 100644 --- a/documentation/installation_guide.html +++ b/documentation/installation_guide.html @@ -631,7 +631,6 @@ Here is an example:
  • 4. To install mimetex executable file, make these changes:
  • -

    Add the corresponding cgi-bin directory to your Apache configuration could be done, in Apache 2, like this: @@ -657,6 +656,11 @@ Here is an example:

    If you are reluctant to modify your Apache configuration, alternately you may do at step 4 the following: copy mimetex.exe (for windows) or mimetex.cgi (for linux) from dokeos/main/inc/lib/mimetex/ directory to your cgi-bin/

    +
  • 5. Make sure that the file mimetex.cgi (or mimetex.exe) has right to be executed by the web-server process. For example, on a Ubuntu Linux system you may write a command like the following:
  • +
    +

    sudo chmod a+x mimetex.cgi

    +
    +

    As a result of this procedure, a new button becomes available in your Dokeos online editor, that gives you possibility to insert mathematical formulas into your documents.