Changes

Jump to navigation Jump to search
1,147 bytes added ,  22:09, 4 November 2014
no edit summary
Line 209: Line 209:  
     WpLang=fr
 
     WpLang=fr
 
     status=enabled
 
     status=enabled
 +
 +
===Signal-event===
 +
 +
Once you have adjusted/modified/created your keys/properties/values, it is not finished because you have to do a signal-event to read all templates and add the values you have set in all configuration files.
 +
 +
signal-event are called like this, the most known is
 +
signal-event post-upgrade; signal-event reboot
 +
This one reboot your server and reconfigure all templates and initialize all default db entries. It is an SME Server requirement that all database entries and configuration files must be correctly configured after a "reconfiguration reboot"
 +
 +
signal-event console-save
 +
This one is useful when you don't want to restart your server, a lot of event are called with this command line but The console-save event is not a "reconfigure everything" event, and only changes items which can be configured from the text-mode console. It is convenient in this case as it performs database initialization and migration.
 +
 +
all specific event can be found  at http://wiki.contribs.org/DB_Variables_Configuration and in the [[SME_Server:Documentation:Developers_Manual#Signalling_events|developer manual]] with more informations
    
===References===
 
===References===

Navigation menu