Changes between Version 14 and Version 15 of installation
- Timestamp:
- 06/28/2012 05:32:09 PM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
installation
v14 v15 199 199 "LANG" => "en_US.UTF-8", 200 200 "WEBMCP_APP_BASEPATH" => "/opt/liquid_feedback_frontend/", 201 "WEBMCP_CONFIG_NAME" => " testing")201 "WEBMCP_CONFIG_NAME" => "myconfig") 202 202 } 203 203 … … 237 237 {{{ 238 238 cd /opt/liquid_feedback_frontend/config 239 vi testing.lua 240 }}} 241 {{{ 242 adjust config.absolute_base_url 243 and 244 replace rocketwiki= "/opt/liquid_feedback_testing/rocketwiki/rocketwiki-lqfb", 245 with rocketwiki = "/opt/rocketwiki-lqfb/rocketwiki-lqfb", 246 and 247 replace compat = "/opt/liquid_feedback_testing/rocketwiki/rocketwiki-lqfb-compat" 248 with compat = "/opt/rocketwiki-lqfb/rocketwiki-lqfb-compat" 249 and 250 adjust config.fastpath_url_func 239 cp example.lua myconfig.lua 240 vi myconfig.lua 251 241 }}} 252 242
