OESF Portables Forum

General Forums => General Discussion => Topic started by: ShiroiKuma on November 08, 2004, 11:49:39 am

Title: Running Apache/MySQL/PhpWiki under Debian
Post by: ShiroiKuma on November 08, 2004, 11:49:39 am
Hi:

Sorry, this is a little non-Zaurus only specific.

However, I've installed the full debian environment as per this thread (https://www.oesf.org/forums/index.php?showtopic=8125&st=15&hl=debian)

I've then done the apt-get install for phpwiki package, which installed the apache php etc.

Now I'd like to run phpwiki from XQt under the full debian environment.

Don't know how though.

When I run phpwiki as installed on the Zaurus via ipks, I first type in su:
Code: [Select]
apachectl start
mysqlstart
However these commands don't work under debian.

The phpwiki.deb package documentation states that it should work out-of-the-box. So what am I missing?
Title: Running Apache/MySQL/PhpWiki under Debian
Post by: stupkid on November 08, 2004, 12:31:24 pm
I'm not in front of my Debian system right now, but....

Did you look for an init script under /etc/rc.d/init.d?  The init script should be there to start Apache and MySQL.  Also you might want to check the documentation for Apache and MySQL since that is where you are having a problem not with PHPwiki.  As I recall, you have to create a database for MySQL as there is no database out of the box.

Hope this helps.