view · edit · sidebar · attach · print · history

20160913-migrate-steinwies-ch

<< 20160913-debug-sandoz-bbmb-ch-data-duplication | Index | 20160908-improve-tooltip-manager-davaz-com >>


Summary

  • Migrate steinwies.ch from ruby 1.8.6 to ruby 2.3.1
  • Update davaz.com for trans handler (davaz.com and steinwies.ch need both original trans handler)

Commits / Patches / Pull Requests, Scripts

Index


Import current code

Current code is not controled by git.
And it has sensitive configuration informations (hard coded)..

At first, I have to clean up current, project structure and code.

Fix trans_handler

davaz.com uses also original trans_handler. steinwies.ch needs also another trans_handler. (name conflict).

Then' I've renamed these trans_handler files.

# apache.conf for davaz.com
RubyAddPath /var/www/davaz.com/src                                              
RubyRequire 'util/trans_handler.davaz'                                          
RubyTransHandler DaVaz::Util::TransHandler.instance     
# apache.conf for steinwies.ch
RubyAddPath /var/www/steinwies.ch/src                                           
RubyRequire 'util/trans_handler.steinwies'                                      
RubyTransHandler Steinwies::TransHandler.instance

Commits:

Migrate steinwies.ch

Commis:

view · edit · sidebar · attach · print · history
Page last modified on September 13, 2016, at 05:50 PM