Changes between Version 14 and Version 15 of installation


Ignore:
Timestamp:
06/28/2012 05:32:09 PM (11 months ago)
Author:
dark
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • installation

    v14 v15  
    199199    "LANG" => "en_US.UTF-8", 
    200200    "WEBMCP_APP_BASEPATH" => "/opt/liquid_feedback_frontend/", 
    201     "WEBMCP_CONFIG_NAME"  => "testing") 
     201    "WEBMCP_CONFIG_NAME"  => "myconfig") 
    202202} 
    203203 
     
    237237{{{ 
    238238cd /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 
     239cp example.lua myconfig.lua 
     240vi myconfig.lua 
    251241}}} 
    252242