Re: Easiest setup on Linux for a PHP newbie
- From: Erwin Moller <since_humans_read_this_I_am_spammed_too_much@xxxxxxxxxxxxxxxx>
- Date: Sat, 30 Dec 2006 01:29:45 +0100
Rex Eastbourne wrote:
Hi,
I'm starting out with PHP. I'd like to work on a project for personal
use; I will not be putting it on the web. What is the easiest way to do
this? I know I can set up an Apache server (I'm on Ubuntu Linux), but
I'm wondering if there's any simpler option, given that my scripts
don't have to be accessible on the web.
Thanks!
Hi newbie,
The fact that you do not want your script accesible from the net doesn't
matter at all, only securitywise.
Just go apache with php, as you suggested.
If you are on Ubuntu, you probably have to give a command like:
apt-get install php5-gd (as root or as sudo)
or something close to that.
Then Ubuntu will get the source from your fav. apt-get-install site, and
install it.
From there on go to www.php.net and read a bit around.Pay attention to php.ini and the install instructions, they will contain
some important settings for you that define the way PHP behaves.
Check stuff from your faforite webbrowser (firefox I presume) via:
http://localhost/yourscript.php
If you get confused, go to www.php.net first, if still confused, come back
here. ;-)
Best of luck
Regards,
Erwin Moller
.
- References:
- Easiest setup on Linux for a PHP newbie
- From: Rex Eastbourne
- Easiest setup on Linux for a PHP newbie
- Prev by Date: Re: Creating PDFs in PHP
- Next by Date: I need some ideas on XML parsing.....
- Previous by thread: Easiest setup on Linux for a PHP newbie
- Next by thread: I need some ideas on XML parsing.....
- Index(es):
Relevant Pages
|