Changes

Jump to navigation Jump to search
db commands for SiteMaker & non rpm installs
Line 82: Line 82:  
  expand-template /etc/httpd/conf/httpd.conf
 
  expand-template /etc/httpd/conf/httpd.conf
 
  sv h /service/httpd-e-smith
 
  sv h /service/httpd-e-smith
 +
 +
{{Warning box|This example refers to installation using the joomla rpm. When using the SiteMaker contrib, or doing additional installations of joomla or installing other rpms that do not setup default configuration db entries, it will be necessary to manually create the service entry and other db entries. In those cases you would do something like the following, as necessary.
 +
 +
config set joomla2 service
 +
config setprop joomla2 DbName joomla2
 +
config setprop joomla2 DbPassword joomla2passwordxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
 +
config setprop joomla2 DbUser joomla2user
 +
config setprop joomla2 Name Joomla2
 +
config setprop joomla2 PublicAccess global
 +
expand-template /etc/httpd/conf/httpd.conf
 +
sv h /service/httpd-e-smith
 +
 +
Make sure you use the correct mysql db name, password & user, as already created for the joomla2 (or whichever) db in mysql.}}
      Line 141: Line 154:  
     URL=cms
 
     URL=cms
 
     status=enabled
 
     status=enabled
  −
      
===Reference links===
 
===Reference links===
624

edits

Navigation menu