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

Installing Mahara from source on Debian SID.

2014-01-11 Thread Csanyi Pal
Hi, on my Debian GNU/Linux unstable (sid) Desktop machine I want to install Mahara ( https://mahara.org/ ) from source: https://launchpad.net/mahara/1.8/1.8.1/+download/mahara-1.8.1.tar.gz I'm trying to follow this tutorial: https://wiki.mahara.org/index.php/System_Administrator%27s_Guide/Instal