Skip to content
Laurent Jouanneau edited this page Mar 25, 2013 · 3 revisions

jCommunity 0.3.1

You need Jelix 1.4 or Jelix 1.5.

New features and improvements

  • compatibility with Jelix 1.4 or Jelix 1.5

Download

Installation

  • Extract the content of the downloaded archive.
  • Copy the jcommunity directory in a module repository of your application (in yourapp/modules for example).
  • install the jcommunity module with the command installmodule in your application: php cmd.php installmodule jcommunity
  • You can change the start action in index/config.ini.php like this: startModule=jcommunity startAction="login:index"

In your application, you should not use anything from the jauth module, but only from jcommunity, since it provides all needed things, with some different behaviors.

Clone this wiki locally