Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #15919
| From | Jerry Stuckle <jstucklex@attglobal.net> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | Re: PHP development environment on a Windows laptop |
| Date | 2015-12-09 17:31 -0500 |
| Organization | A noiseless patient Spider |
| Message-ID | <n4a9uj$66j$1@dont-email.me> (permalink) |
| References | <n4a6r9$olu$1@dont-email.me> |
On 12/9/2015 4:38 PM, James Harris wrote: > Any suggestions for a good way to set up a PHP development environment > on a single machine (in this case, a Windows laptop)? > > I currently use a Virtual Machine running Linux. I have Oracle > VirtualBox running Ubuntu and Apache. The guest has a static IP and runs > behind a NAT network. > > I have configured the host to forward telnet at a certain port number to > the guest. That gives me convenient command-line access. And I have set > up a share on the guest which I access from the host and that gives me > filesystem access. Telnet and filesystem access together make the guest > (and its PHP files) accessible almost as if they were directly on the > Windows machine. > > The above was a fair bit of work to set up so I wondered if people used > something better such as a development environment that ran directly > under Windows. > > Any suggestions? If you develop on a single machine what setup do you use? > > James Sure. Just install Apache, MySQL, PHP and whatever else you might need on the laptop. I prefer to install each manually so I can control everything, but you can get a package such as WAMP which contains all three instead. Not hard to do at all. When I got this laptop, it took me all of about 30 minutes (not including migrating data from the old system). -- ================== Remove the "x" from my email address Jerry Stuckle jstucklex@attglobal.net ==================
Back to comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
PHP development environment on a Windows laptop James Harris <james.harris.1@gmail.com> - 2015-12-09 21:38 +0000
Re: PHP development environment on a Windows laptop Jerry Stuckle <jstucklex@attglobal.net> - 2015-12-09 17:31 -0500
Re: PHP development environment on a Windows laptop James Harris <james.harris.1@gmail.com> - 2015-12-10 11:15 +0000
Re: PHP development environment on a Windows laptop Jerry Stuckle <jstucklex@attglobal.net> - 2015-12-10 09:29 -0500
Re: PHP development environment on a Windows laptop James Harris <james.harris.1@gmail.com> - 2015-12-25 15:46 +0000
Re: PHP development environment on a Windows laptop Arno Welzel <usenet@arnowelzel.de> - 2015-12-10 16:19 +0100
Re: PHP development environment on a Windows laptop dryhurst <jonathan.dryhurst@gmail.com> - 2015-12-25 05:16 -0800
Re: PHP development environment on a Windows laptop Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-12-10 14:00 +0100
Re: PHP development environment on a Windows laptop "J.O. Aho" <user@example.net> - 2015-12-12 09:32 +0100
Re: PHP development environment on a Windows laptop dryhurst <jonathan.dryhurst@gmail.com> - 2015-12-25 05:07 -0800
Re: PHP development environment on a Windows laptop imbibed <jonathan.dryhurst@gmail.com> - 2015-12-25 06:11 -0800
Re: PHP development environment on a Windows laptop imbibed <jonathan.dryhurst@gmail.com> - 2015-12-25 06:12 -0800
Re: PHP development environment on a Windows laptop imbibed <jonathan.dryhurst@gmail.com> - 2015-12-25 06:31 -0800
csiph-web