reidar
Group: Members
Posts: 92
Joined: Sep. 2004 |
|
Posted: Sep. 27 2004,07:19 |
|
I got php to work both from a live-cd and hd-install. I don't think there is a trick really, only that you have to install php before you startup monkey. I used the php-extension from the mydsl-repository, and it installed as usual, either by clicking a button in the mydsl menu, or by clicking the mydsl-button in emelfm if you have downloaded the to a usb-stick or something. To test if php is working you can create a test.php file and put it in your /opt/monkey-0.8.2/htdocs folder. The file could look like this:
<html> <body>
<?php phpinfo(); ?>
</body> </html>
Then you can startup dillo and get to the page: http://localhost/test.php If it displays correctly it should give you lots of information about php and your system, and then this is an indication that php is successfully installed.
This worked for me at least, and I don't know of any other "tricks"...
-r
|