ico2
Group: Members
Posts: 802
Joined: July 2004 |
|
Posted: Oct. 19 2004,16:40 |
|
okay, this is less of an faq, more of a howto, but it's useful.
(Q) how do i get monkey web server working?
(A) here goes:
open the dslpanel from the desktop, click the button to start monkey webserver, in your favourite browser enter the url http://localhost this should display a page saying that the page was served by monkey running on dsl. all good so far, now for your first page: dsl is not perfect, as far as i know in the most recent versions this still applies: in emelfm navigate to /opt, click the little x button in the bottom right (not the exit button), this will open xterm, there are 2 ways to go about this, the way i do and the proper way, ,my way is sudo chmod -R 777 monkey-0.8.3 (check the name of the folder in emelfm as it might have changed). the proper way is to use chown, but i am not sure of the syntax. now open scite, type dsl is really, really, really, amazingly, mind blowingly, catastrophically cool, (or something to that effect) and save as /opt/monkey-0.8.2/htdocs/index.html. go to http://localhost again and ur page should be displayed. now php: first to install php, go to the mydsl repository and grap php.tar.gz, put it wherever, in that dir type sudo tar -C / -zxvf php.tar.gz it should produce a list of files but no errors. in scite type <?php phpinfo() ?> and save as /opt/monkey-0.8.2/htdocs/index.php in dslpanel stop and then start again monkey web server. in a browser goto http://localhost/index.php
wahay, it works :} (penguin smilie) (^\_/^) (happy badger smilie)
-------------- ico2
|