Re: Installing Mahara from source on Debian SID.

2014-01-12 Thread Csanyi Pal
Hi Selim, "Selim T. Erdogan" writes: > Csanyi Pal, 11.01.2014: >> >> 6. >> Mahara Configuration >> >> cd /usr/share/mahara/htdocs/ >> sudo cp config-dist.php config.php >> sudo nano config.php >> >> >> $cfg = new stdClass(); > > Here you have "$cfg = new stdClass();" > >> >> $cfg->dbtype

Re: Installing Mahara from source on Debian SID.

2014-01-11 Thread Selim T. Erdogan
Csanyi Pal, 11.01.2014: > > 6. > Mahara Configuration > > cd /usr/share/mahara/htdocs/ > sudo cp config-dist.php config.php > sudo nano config.php > > > $cfg = new stdClass(); Here you have "$cfg = new stdClass();" > > $cfg->dbtype = 'postgres'; > $cfg->dbhost = 'localhost'; > $cfg->dbpo