Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.5.0
-
Component/s: None
-
Labels:None
Description
To be able to run a demo version of sysmo we need:
- to be able to configure the solr port easily, preferably with a setting within the environment_local.rb .
- Need to hide email addresses & internal project web sites, one possible approach (though there may be better):
- create an application_helper method that returns a boolean to indicate whether to display these items.
- have a flag that can be configured in environment_local.rb that is picked up in this method, and indicates whether running as a demo system & therefore whether to display these items.
