Closed (fixed)
Project:
Recommender API
Version:
7.x-3.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 Jul 2011 at 21:17 UTC
Updated:
25 Aug 2011 at 21:01 UTC
The module should provide out-of-box installation/configuration:
1. create run.sh instead of run.sh.example
2. provide default path settings.
3. config.properties should be generated automatically using the default setting in settings.php. Or RecommenderApp should be able to read settings.php directly.
Comments
Comment #1
danithaca commentedfixed in recommender 7.x-3.0-alpha8 and async_command 7.x-1.0-alpha8
what's happening now:
1. recommender can run out-of-the-box using run.sh
2. if there's no config.properties, it will try to locate settings.php
3. updated documentation on out-of-the-box installation.