Skip to content

Files

Latest commit

 

History

History

install

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Installation


Prerequisites

  • A working ooRexx 5.0 installation.
  • If you intend to install CGI support, you will also need a working Apache installation with access to ooRexx 5.0 and to Pandoc (Apache 2.4 is recommended).

Installation

CGI installation

For a CGI installation, follow these steps:

  • In your Apache configuration, define an action directive pointing to your version of CGI.markdown.rex:

    Action RexxCGIMarkdown [path]CGI.markdown.rex
    
  • You can then use whatever mechanism you prefer to associate Markdown files with the action handler you just defined.

    <Files *.md>
      SetHandler RexxCGIMarkdown
    </Files>
    
  • Restart Apache.

First steps: checking that your installation works

Proceed to the first steps page to check that your installation works properly.