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 |