Changes

Jump to navigation Jump to search
142 bytes added ,  16:22, 10 May 2010
m
no edit summary
Line 24: Line 24:     
make ibay mahara   
 
make ibay mahara   
 +
 
make ibay 'writeable' by trusted group, 'read' all   
 
make ibay 'writeable' by trusted group, 'read' all   
 +
 
enable php   
 
enable php   
install source in html directory 
      +
install source in html directory
    
==== Edit config file ====
 
==== Edit config file ====
   −
# cp config-dist.php config.php
+
# cp config-dist.php config.php
 +
# edit config.php
 +
 +
$cfg->dbtype  = 'mysql5; 
 +
$cfg->dbhost  = 'localhost'; 
 +
$cfg->dbport  = null; 
 +
$cfg->dbname  = 'mahara'; 
 +
$cfg->dbuser  = 'mahara'; 
 +
$cfg->dbpass  = 'jdnv77fd'; 
 +
 +
$cfg->wwwroot = 'http://232.net/mahara/'; 
 +
$cfg->httpswwwroot = 'https://232.net/mahara/'; 
 +
$cfg->dataroot = '/home/e-smith/files/ibays/mahara/files/';
   −
$cfg->dbtype  = 'mysql5; 
+
==== Install ====
$cfg->dbhost  = 'localhost'; 
  −
$cfg->dbport  = null; 
  −
$cfg->dbname  = 'mahara'; 
  −
$cfg->dbuser  = 'mahara'; 
  −
$cfg->dbpass  = 'jdnv77fd'; 
     −
$cfg->wwwroot = 'http://232.net/mahara/'; 
+
Open /mahara and finish the install by answering the prompts
$cfg->httpswwwroot = 'https://232.net/mahara/'; 
  −
$cfg->dataroot = '/home/e-smith/files/ibays/mahara/files'; 
      +
==== php warning ====
   −
==== php warning ====
+
Bug 5843
    
  Call stack (most recent first):  
 
  Call stack (most recent first):  
Line 55: Line 63:       −
<noinclude>[[Category:Howto]]</noinclude>
+
<noinclude>[[Category:Howto]][[Category:Webapps]]</noinclude>

Navigation menu