Changes

Jump to navigation Jump to search
301 bytes added ,  19:31, 5 March 2022
Line 176: Line 176:  
====Change values of properties====
 
====Change values of properties====
 
The generic command line is  
 
The generic command line is  
  db configuration setprop key prop1 val1 [prop2 val2] [prop3 val3] ...
+
  db dbfile setprop key prop1 val1 [prop2 val2] [prop3 val3] ...
    
  dbfile : choose the database in /home/e-smith/db
 
  dbfile : choose the database in /home/e-smith/db
Line 260: Line 260:  
or
 
or
 
  config setprop plop WpLang <nowiki>''</nowiki>
 
  config setprop plop WpLang <nowiki>''</nowiki>
 +
 +
====Check if a key is used====
 +
To check if a key is used, grep templates
 +
 +
Eg :
 +
 +
grep -irn grapCutof /etc/e-smith/templates
 +
 +
 +
grep -rn AutoBlock /etc/e-smith/templates
 +
 +
{{Note box|: via CLI so it is easy to make mistakes.
 +
 +
Hence it is safer to user server manager when there is an entry to configure key.}}
 +
    
{{Warning box|Database parameters are case sensitive so take great care when typing at the server shell because no error messages are given should you make a mistake.}}
 
{{Warning box|Database parameters are case sensitive so take great care when typing at the server shell because no error messages are given should you make a mistake.}}
3,054

edits

Navigation menu