From: John S. <js...@co...> - 2009-12-18 14:36:04
|
Hello all, Im looking for some help setting up Php at home. I just finished taking the Php class in school. We were using Zend Studio with an i5. Class is over so Zend won't work anymore, no i5 access. I picked up the Sam's teach yourself Php book with starter kit cd. It has the Php, MySQL and Apache. Apache installed no probs on an XP box. Already had MySQL installed. Followed the instructions to load Php - no go. Can anyone recommend a tutorial to load this? Can Zend Studio for iseries work with Apache local? Or would Eclipse be better than the Php that came with the book? Thanks ahead of time. John |
From: Andy C. <bng...@gm...> - 2009-12-18 14:54:54
|
If you're running Windows, the best, most lightweight implementation I've found is AppServ (http://www.appservnetwork.com/). It has PHP, MySQL and Apache. They have versions with PHP 4, 5, and 6 so you can choose what you want to use. If you're on OS X, MAMP is hand's down, my pick. Works perfect and is a breeze to setup. On Linux, it's DIY all the way. What I've done for development is use VirutalBox and set up a virtual machine using Trustix (you can download the ISO from http://rpmfind.net/linux/trustix/current/iso/). The main reason I have chosen this one for my use is that it's RedHat in flavor and super easy to install. You do have to do some minor tweaking with the /etc/httpd/conf/httpd.conf and /etc/httpd/conf.d/httpd-php4.conf files. I'd also recommend installing the Webmin RPM. This will make the administration of your development server even easier (especially with startup configuration and MySQL authentication setup. This will also work with VirtualBox or Virtual PC on Windows. Just some thoughts. Good luck, Andy Carlson --------------------------------------------------- "Man's conquest of Nature turns out, in the moment of its consummation, to be Nature's conquest of Man." -- C.S. Lewis On Fri, Dec 18, 2009 at 8:35 AM, John Smith <js...@co...> wrote: > Hello all, > > Im looking for some help setting up Php at home. I just finished taking the > Php class in school. We were using Zend Studio with an i5. Class is over > so > Zend won't work anymore, no i5 access. I picked up the Sam's teach yourself > Php book with starter kit cd. It has the Php, MySQL and Apache. Apache > installed no probs on an XP box. Already had MySQL installed. Followed the > instructions to load Php - no go. Can anyone recommend a tutorial to load > this? Can Zend Studio for iseries work with Apache local? Or would Eclipse > be better than the Php that came with the book? Thanks ahead of time. > > John > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and > easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > |
From: John S. <js...@co...> - 2009-12-18 15:04:32
|
Thank you Andy. Happy holidays! -----Original Message----- From: Andy Carlson [mailto:bng...@gm...] Sent: Friday, December 18, 2009 8:54 AM To: Chicago PHP User Group Subject: Re: [chiPHPug-discuss] Total newbie here If you're running Windows, the best, most lightweight implementation I've found is AppServ (http://www.appservnetwork.com/). It has PHP, MySQL and Apache. They have versions with PHP 4, 5, and 6 so you can choose what you want to use. If you're on OS X, MAMP is hand's down, my pick. Works perfect and is a breeze to setup. On Linux, it's DIY all the way. What I've done for development is use VirutalBox and set up a virtual machine using Trustix (you can download the ISO from http://rpmfind.net/linux/trustix/current/iso/). The main reason I have chosen this one for my use is that it's RedHat in flavor and super easy to install. You do have to do some minor tweaking with the /etc/httpd/conf/httpd.conf and /etc/httpd/conf.d/httpd-php4.conf files. I'd also recommend installing the Webmin RPM. This will make the administration of your development server even easier (especially with startup configuration and MySQL authentication setup. This will also work with VirtualBox or Virtual PC on Windows. Just some thoughts. Good luck, Andy Carlson --------------------------------------------------- "Man's conquest of Nature turns out, in the moment of its consummation, to be Nature's conquest of Man." -- C.S. Lewis On Fri, Dec 18, 2009 at 8:35 AM, John Smith <js...@co...> wrote: > Hello all, > > Im looking for some help setting up Php at home. I just finished > taking the Php class in school. We were using Zend Studio with an i5. > Class is over so Zend won't work anymore, no i5 access. I picked up > the Sam's teach yourself Php book with starter kit cd. It has the Php, > MySQL and Apache. Apache installed no probs on an XP box. Already had > MySQL installed. Followed the instructions to load Php - no go. Can > anyone recommend a tutorial to load this? Can Zend Studio for iseries > work with Apache local? Or would Eclipse be better than the Php that > came with the book? Thanks ahead of time. > > John > > > ---------------------------------------------------------------------- > -------- This SF.Net email is sponsored by the Verizon Developer > Community Take advantage of Verizon's best-in-class app development > support A streamlined, 14 day to market process makes app distribution > fast and easy Join now and get one step closer to millions of Verizon > customers http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > ---------------------------------------------------------------------------- -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ chiPHPug-discuss mailing list chi...@li... https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss |
From: Jason R. <ja...@ho...> - 2009-12-18 16:00:03
|
Oh, I forgot to add that to do your development you have many options: 1) use notepad and sftp your edited php files to the virtualbox server. Install sftp on your windows desktop: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html 2) edit directly on the machine using Vim or Nano, proly want to use putty to SSH onto virtual server. http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html 3) an IDE on windows such as: http://www.eclipse.org/pdt/ http://www.ibm.com/developerworks/opensource/library/os-php-ide/index.html John Smith wrote: > Thank you Andy. Happy holidays! > > -----Original Message----- > From: Andy Carlson [mailto:bng...@gm...] > Sent: Friday, December 18, 2009 8:54 AM > To: Chicago PHP User Group > Subject: Re: [chiPHPug-discuss] Total newbie here > > If you're running Windows, the best, most lightweight implementation I've > found is AppServ (http://www.appservnetwork.com/). It has PHP, MySQL and > Apache. They have versions with PHP 4, 5, and 6 so you can choose what you > want to use. > > If you're on OS X, MAMP is hand's down, my pick. Works perfect and is a > breeze to setup. > > On Linux, it's DIY all the way. What I've done for development is use > VirutalBox and set up a virtual machine using Trustix (you can download the > ISO from http://rpmfind.net/linux/trustix/current/iso/). The main reason I > have chosen this one for my use is that it's RedHat in flavor and super easy > to install. You do have to do some minor tweaking with the > /etc/httpd/conf/httpd.conf and /etc/httpd/conf.d/httpd-php4.conf files. I'd > also recommend installing the Webmin RPM. This will make the administration > of your development server even easier (especially with startup > configuration and MySQL authentication setup. This will also work with > VirtualBox or Virtual PC on Windows. > > Just some thoughts. Good luck, > > Andy Carlson > --------------------------------------------------- > "Man's conquest of Nature turns out, in the moment of its consummation, to > be Nature's conquest of Man." -- C.S. Lewis > > > On Fri, Dec 18, 2009 at 8:35 AM, John Smith <js...@co...> wrote: > >> Hello all, >> >> Im looking for some help setting up Php at home. I just finished >> taking the Php class in school. We were using Zend Studio with an i5. >> Class is over so Zend won't work anymore, no i5 access. I picked up >> the Sam's teach yourself Php book with starter kit cd. It has the Php, >> MySQL and Apache. Apache installed no probs on an XP box. Already had >> MySQL installed. Followed the instructions to load Php - no go. Can >> anyone recommend a tutorial to load this? Can Zend Studio for iseries >> work with Apache local? Or would Eclipse be better than the Php that >> came with the book? Thanks ahead of time. >> >> John >> >> >> ---------------------------------------------------------------------- >> -------- This SF.Net email is sponsored by the Verizon Developer >> Community Take advantage of Verizon's best-in-class app development >> support A streamlined, 14 day to market process makes app distribution >> fast and easy Join now and get one step closer to millions of Verizon >> customers http://p.sf.net/sfu/verizon-dev2dev >> _______________________________________________ >> chiPHPug-discuss mailing list >> chi...@li... >> https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss >> > ---------------------------------------------------------------------------- > -- > This SF.Net email is sponsored by the Verizon Developer Community Take > advantage of Verizon's best-in-class app development support A streamlined, > 14 day to market process makes app distribution fast and easy Join now and > get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss |
From: John S. <js...@co...> - 2009-12-18 16:03:00
|
Thanks loads Jason. The guidance is much appreciated. John Smith -----Original Message----- From: Jason Rexilius [mailto:ja...@ho...] Sent: Friday, December 18, 2009 9:37 AM To: Chicago PHP User Group Subject: Re: [chiPHPug-discuss] Total newbie here Oh, I forgot to add that to do your development you have many options: 1) use notepad and sftp your edited php files to the virtualbox server. Install sftp on your windows desktop: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html 2) edit directly on the machine using Vim or Nano, proly want to use putty to SSH onto virtual server. http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html 3) an IDE on windows such as: http://www.eclipse.org/pdt/ http://www.ibm.com/developerworks/opensource/library/os-php-ide/index.html John Smith wrote: > Thank you Andy. Happy holidays! > > -----Original Message----- > From: Andy Carlson [mailto:bng...@gm...] > Sent: Friday, December 18, 2009 8:54 AM > To: Chicago PHP User Group > Subject: Re: [chiPHPug-discuss] Total newbie here > > If you're running Windows, the best, most lightweight implementation I've > found is AppServ (http://www.appservnetwork.com/). It has PHP, MySQL and > Apache. They have versions with PHP 4, 5, and 6 so you can choose what you > want to use. > > If you're on OS X, MAMP is hand's down, my pick. Works perfect and is a > breeze to setup. > > On Linux, it's DIY all the way. What I've done for development is use > VirutalBox and set up a virtual machine using Trustix (you can download the > ISO from http://rpmfind.net/linux/trustix/current/iso/). The main reason I > have chosen this one for my use is that it's RedHat in flavor and super easy > to install. You do have to do some minor tweaking with the > /etc/httpd/conf/httpd.conf and /etc/httpd/conf.d/httpd-php4.conf files. I'd > also recommend installing the Webmin RPM. This will make the administration > of your development server even easier (especially with startup > configuration and MySQL authentication setup. This will also work with > VirtualBox or Virtual PC on Windows. > > Just some thoughts. Good luck, > > Andy Carlson > --------------------------------------------------- > "Man's conquest of Nature turns out, in the moment of its consummation, to > be Nature's conquest of Man." -- C.S. Lewis > > > On Fri, Dec 18, 2009 at 8:35 AM, John Smith <js...@co...> wrote: > >> Hello all, >> >> Im looking for some help setting up Php at home. I just finished >> taking the Php class in school. We were using Zend Studio with an i5. >> Class is over so Zend won't work anymore, no i5 access. I picked up >> the Sam's teach yourself Php book with starter kit cd. It has the Php, >> MySQL and Apache. Apache installed no probs on an XP box. Already had >> MySQL installed. Followed the instructions to load Php - no go. Can >> anyone recommend a tutorial to load this? Can Zend Studio for iseries >> work with Apache local? Or would Eclipse be better than the Php that >> came with the book? Thanks ahead of time. >> >> John >> >> >> ---------------------------------------------------------------------- >> -------- This SF.Net email is sponsored by the Verizon Developer >> Community Take advantage of Verizon's best-in-class app development >> support A streamlined, 14 day to market process makes app distribution >> fast and easy Join now and get one step closer to millions of Verizon >> customers http://p.sf.net/sfu/verizon-dev2dev >> _______________________________________________ >> chiPHPug-discuss mailing list >> chi...@li... >> https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss >> > ---------------------------------------------------------------------------- > -- > This SF.Net email is sponsored by the Verizon Developer Community Take > advantage of Verizon's best-in-class app development support A streamlined, > 14 day to market process makes app distribution fast and easy Join now and > get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > > > ---------------------------------------------------------------------------- -- > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss ---------------------------------------------------------------------------- -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ chiPHPug-discuss mailing list chi...@li... https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss |
From: Jason R. <ja...@ho...> - 2009-12-18 16:00:54
|
Andy gave a good overview, I would add that if you are looking to learn PHP and either eventually want to be able to do it professionally or want to host what you build on normal commecial web hosting sites I would suggest learning PHP in a linux environment. There are differences at times. Along those lines I would really suggest installing virtualbox: http://www.virtualbox.org/wiki/Downloads And then just download an already "installed" linux VM image: http://virtualbox.wordpress.com/images/ My suggestion would be Ubuntu or Debian as they have the largest communities in dev forums and should be easy to get help with. Andy Carlson wrote: > If you're running Windows, the best, most lightweight implementation I've > found is AppServ (http://www.appservnetwork.com/). It has PHP, MySQL and > Apache. They have versions with PHP 4, 5, and 6 so you can choose what you > want to use. > > If you're on OS X, MAMP is hand's down, my pick. Works perfect and is a > breeze to setup. > > On Linux, it's DIY all the way. What I've done for development is use > VirutalBox and set up a virtual machine using Trustix (you can download the > ISO from http://rpmfind.net/linux/trustix/current/iso/). The main reason I > have chosen this one for my use is that it's RedHat in flavor and super easy > to install. You do have to do some minor tweaking with the > /etc/httpd/conf/httpd.conf and /etc/httpd/conf.d/httpd-php4.conf files. I'd > also recommend installing the Webmin RPM. This will make the administration > of your development server even easier (especially with startup > configuration and MySQL authentication setup. This will also work with > VirtualBox or Virtual PC on Windows. > > Just some thoughts. Good luck, > > Andy Carlson > --------------------------------------------------- > "Man's conquest of Nature turns out, in the moment of its consummation, to > be Nature's conquest of Man." -- C.S. Lewis > > > On Fri, Dec 18, 2009 at 8:35 AM, John Smith <js...@co...> wrote: > >> Hello all, >> >> Im looking for some help setting up Php at home. I just finished taking the >> Php class in school. We were using Zend Studio with an i5. Class is over >> so >> Zend won't work anymore, no i5 access. I picked up the Sam's teach yourself >> Php book with starter kit cd. It has the Php, MySQL and Apache. Apache >> installed no probs on an XP box. Already had MySQL installed. Followed the >> instructions to load Php - no go. Can anyone recommend a tutorial to load >> this? Can Zend Studio for iseries work with Apache local? Or would Eclipse >> be better than the Php that came with the book? Thanks ahead of time. >> >> John >> >> >> ------------------------------------------------------------------------------ >> This SF.Net email is sponsored by the Verizon Developer Community >> Take advantage of Verizon's best-in-class app development support >> A streamlined, 14 day to market process makes app distribution fast and >> easy >> Join now and get one step closer to millions of Verizon customers >> http://p.sf.net/sfu/verizon-dev2dev >> _______________________________________________ >> chiPHPug-discuss mailing list >> chi...@li... >> https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss >> > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss |
From: Richard L. <ce...@l-...> - 2009-12-20 01:50:35
|
Quick Note: Don't even try to mess with PHP 6 yet. It's way not ready for prime time. Probably a couple years away still. On Fri, December 18, 2009 8:54 am, Andy Carlson wrote: > If you're running Windows, the best, most lightweight implementation > I've > found is AppServ (http://www.appservnetwork.com/). It has PHP, MySQL > and > Apache. They have versions with PHP 4, 5, and 6 so you can choose > what you > want to use. > > If you're on OS X, MAMP is hand's down, my pick. Works perfect and is > a > breeze to setup. > > On Linux, it's DIY all the way. What I've done for development is use > VirutalBox and set up a virtual machine using Trustix (you can > download the > ISO from http://rpmfind.net/linux/trustix/current/iso/). The main > reason I > have chosen this one for my use is that it's RedHat in flavor and > super easy > to install. You do have to do some minor tweaking with the > /etc/httpd/conf/httpd.conf and /etc/httpd/conf.d/httpd-php4.conf > files. I'd > also recommend installing the Webmin RPM. This will make the > administration > of your development server even easier (especially with startup > configuration and MySQL authentication setup. This will also work > with > VirtualBox or Virtual PC on Windows. > > Just some thoughts. Good luck, > > Andy Carlson > --------------------------------------------------- > "Man's conquest of Nature turns out, in the moment of its > consummation, to > be Nature's conquest of Man." -- C.S. Lewis > > > On Fri, Dec 18, 2009 at 8:35 AM, John Smith <js...@co...> > wrote: > >> Hello all, >> >> Im looking for some help setting up Php at home. I just finished >> taking the >> Php class in school. We were using Zend Studio with an i5. Class is >> over >> so >> Zend won't work anymore, no i5 access. I picked up the Sam's teach >> yourself >> Php book with starter kit cd. It has the Php, MySQL and Apache. >> Apache >> installed no probs on an XP box. Already had MySQL installed. >> Followed the >> instructions to load Php - no go. Can anyone recommend a tutorial to >> load >> this? Can Zend Studio for iseries work with Apache local? Or would >> Eclipse >> be better than the Php that came with the book? Thanks ahead of >> time. >> >> John >> >> >> ------------------------------------------------------------------------------ >> This SF.Net email is sponsored by the Verizon Developer Community >> Take advantage of Verizon's best-in-class app development support >> A streamlined, 14 day to market process makes app distribution fast >> and >> easy >> Join now and get one step closer to millions of Verizon customers >> http://p.sf.net/sfu/verizon-dev2dev >> _______________________________________________ >> chiPHPug-discuss mailing list >> chi...@li... >> https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss >> > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast > and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > -- Some people ask for gifts here. I just want you to buy an Indie CD for yourself: http://cdbaby.com/search/from/lynch |
From: <js...@co...> - 2009-12-20 14:29:35
|
Hello all! Thank you for all your help. In my fumblings, I found that Zend Studio works fine with Apache 2.2 set up locally. I know I probably wimped out, but I figured being so new at this to give the softeware we got in class a shot. Just trying to shorten the learning curve. Again thanks for the help and support all. I look forward to borrowing your knowledge from time to time. Happy holidays! John ----- Original Message ----- From: "Richard Lynch" <ce...@l-...> To: "Chicago PHP User Group" <chi...@li...> Sent: Saturday, December 19, 2009 7:43:47 PM GMT -06:00 US/Canada Central Subject: Re: [chiPHPug-discuss] Total newbie here Quick Note: Don't even try to mess with PHP 6 yet. It's way not ready for prime time. Probably a couple years away still. On Fri, December 18, 2009 8:54 am, Andy Carlson wrote: > If you're running Windows, the best, most lightweight implementation > I've > found is AppServ (http://www.appservnetwork.com/). It has PHP, MySQL > and > Apache. They have versions with PHP 4, 5, and 6 so you can choose > what you > want to use. > > If you're on OS X, MAMP is hand's down, my pick. Works perfect and is > a > breeze to setup. > > On Linux, it's DIY all the way. What I've done for development is use > VirutalBox and set up a virtual machine using Trustix (you can > download the > ISO from http://rpmfind.net/linux/trustix/current/iso/). The main > reason I > have chosen this one for my use is that it's RedHat in flavor and > super easy > to install. You do have to do some minor tweaking with the > /etc/httpd/conf/httpd.conf and /etc/httpd/conf.d/httpd-php4.conf > files. I'd > also recommend installing the Webmin RPM. This will make the > administration > of your development server even easier (especially with startup > configuration and MySQL authentication setup. This will also work > with > VirtualBox or Virtual PC on Windows. > > Just some thoughts. Good luck, > > Andy Carlson > --------------------------------------------------- > "Man's conquest of Nature turns out, in the moment of its > consummation, to > be Nature's conquest of Man." -- C.S. Lewis > > > On Fri, Dec 18, 2009 at 8:35 AM, John Smith <js...@co...> > wrote: > >> Hello all, >> >> Im looking for some help setting up Php at home. I just finished >> taking the >> Php class in school. We were using Zend Studio with an i5. Class is >> over >> so >> Zend won't work anymore, no i5 access. I picked up the Sam's teach >> yourself >> Php book with starter kit cd. It has the Php, MySQL and Apache. >> Apache >> installed no probs on an XP box. Already had MySQL installed. >> Followed the >> instructions to load Php - no go. Can anyone recommend a tutorial to >> load >> this? Can Zend Studio for iseries work with Apache local? Or would >> Eclipse >> be better than the Php that came with the book? Thanks ahead of >> time. >> >> John >> >> >> ------------------------------------------------------------------------------ >> This SF.Net email is sponsored by the Verizon Developer Community >> Take advantage of Verizon's best-in-class app development support >> A streamlined, 14 day to market process makes app distribution fast >> and >> easy >> Join now and get one step closer to millions of Verizon customers >> http://p.sf.net/sfu/verizon-dev2dev >> _______________________________________________ >> chiPHPug-discuss mailing list >> chi...@li... >> https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss >> > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast > and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > -- Some people ask for gifts here. I just want you to buy an Indie CD for yourself: http://cdbaby.com/search/from/lynch ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ chiPHPug-discuss mailing list chi...@li... https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss |
From: Anacreo <an...@gm...> - 2009-12-20 18:46:58
|
Sorry just seeing this thread... There was a great suggestion about using Webmin, well you can actually use webmin to manage a windows host as well... I highly recommend Webmin, let's you operate many services with a passing knowledge instead of an expert knowledge. Alec On 12/20/09, js...@co... <js...@co...> wrote: > > > Hello all! > > Thank you for all your help. In my fumblings, I found that Zend Studio > works fine with Apache 2.2 set up locally. I know I probably wimped out, but > I figured being so new at this to give the softeware we got in class a shot. > Just trying to shorten the learning curve. Again thanks for the help and > support all. I look forward to borrowing your knowledge from time to time. > Happy holidays! > > John > ----- Original Message ----- > From: "Richard Lynch" <ce...@l-...> > To: "Chicago PHP User Group" <chi...@li...> > Sent: Saturday, December 19, 2009 7:43:47 PM GMT -06:00 US/Canada Central > Subject: Re: [chiPHPug-discuss] Total newbie here > > Quick Note: > Don't even try to mess with PHP 6 yet. It's way not ready for prime > time. Probably a couple years away still. > > On Fri, December 18, 2009 8:54 am, Andy Carlson wrote: >> If you're running Windows, the best, most lightweight implementation >> I've >> found is AppServ (http://www.appservnetwork.com/). It has PHP, MySQL >> and >> Apache. They have versions with PHP 4, 5, and 6 so you can choose >> what you >> want to use. >> >> If you're on OS X, MAMP is hand's down, my pick. Works perfect and is >> a >> breeze to setup. >> >> On Linux, it's DIY all the way. What I've done for development is use >> VirutalBox and set up a virtual machine using Trustix (you can >> download the >> ISO from http://rpmfind.net/linux/trustix/current/iso/). The main >> reason I >> have chosen this one for my use is that it's RedHat in flavor and >> super easy >> to install. You do have to do some minor tweaking with the >> /etc/httpd/conf/httpd.conf and /etc/httpd/conf.d/httpd-php4.conf >> files. I'd >> also recommend installing the Webmin RPM. This will make the >> administration >> of your development server even easier (especially with startup >> configuration and MySQL authentication setup. This will also work >> with >> VirtualBox or Virtual PC on Windows. >> >> Just some thoughts. Good luck, >> >> Andy Carlson >> --------------------------------------------------- >> "Man's conquest of Nature turns out, in the moment of its >> consummation, to >> be Nature's conquest of Man." -- C.S. Lewis >> >> >> On Fri, Dec 18, 2009 at 8:35 AM, John Smith <js...@co...> >> wrote: >> >>> Hello all, >>> >>> Im looking for some help setting up Php at home. I just finished >>> taking the >>> Php class in school. We were using Zend Studio with an i5. Class is >>> over >>> so >>> Zend won't work anymore, no i5 access. I picked up the Sam's teach >>> yourself >>> Php book with starter kit cd. It has the Php, MySQL and Apache. >>> Apache >>> installed no probs on an XP box. Already had MySQL installed. >>> Followed the >>> instructions to load Php - no go. Can anyone recommend a tutorial to >>> load >>> this? Can Zend Studio for iseries work with Apache local? Or would >>> Eclipse >>> be better than the Php that came with the book? Thanks ahead of >>> time. >>> >>> John >>> >>> >>> ------------------------------------------------------------------------------ >>> >>> This SF.Net email is sponsored by the Verizon Developer Community >>> Take advantage of Verizon's best-in-class app development support >>> A streamlined, 14 day to market process makes app distribution fast >>> and >>> easy >>> Join now and get one step closer to millions of Verizon customers >>> http://p.sf.net/sfu/verizon-dev2dev >>> _______________________________________________ >>> chiPHPug-discuss mailing list >>> chi...@li... >>> https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss >>> >> ------------------------------------------------------------------------------ >> >> This SF.Net email is sponsored by the Verizon Developer Community >> Take advantage of Verizon's best-in-class app development support >> A streamlined, 14 day to market process makes app distribution fast >> and easy >> Join now and get one step closer to millions of Verizon customers >> http://p.sf.net/sfu/verizon-dev2dev >> _______________________________________________ >> chiPHPug-discuss mailing list >> chi...@li... >> https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss >> > > > -- > Some people ask for gifts here. > I just want you to buy an Indie CD for yourself: > http://cdbaby.com/search/from/lynch > > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > -- Sent from my mobile device |