-
Notifications
You must be signed in to change notification settings - Fork 5
release_0.3
Laurent Jouanneau edited this page Mar 25, 2013
·
3 revisions
You need Jelix 1.4 or Jelix 1.5.
- compatibility with Jelix 1.4 or Jelix 1.5
- 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.