Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Setting up Windows 7 for LAMP development

I'm a .Net guy who has just been handed a LAMP-based project (where P=PHP), without a 'no' option. I am going to have to build this on a Windows 7(64) machine, but it is targeted for a pure LAMP platform.

I am not too worried about PHP or mySQL, I have enough to get by but Linux and Apache may as well be NASA's Curiosity platform.

In the production environment I am going to rely mostly on the Host to configure L and A with the hope that I can pretty much synch up my M and P files, figure out how to do a little app-specific config and go. Perhaps optimistic but I'll start there ;-)

For now the questions are

  • what is the most trouble-free way to set up LAMP development on a W7 machine with a view to a relatively trouble-free move to production?

  • any reasonable way to do it without giving up my Visual Studio security blanket?

  • any suggestions for a walk-through somewhere online?

Thanks!

like image 808
Serexx Avatar asked Aug 08 '12 20:08

Serexx


People also ask

Can LAMP run on Windows?

To run a LAMP stack under Windows, Linux can, of course, be installed on a virtual machine. In addition, there are ports for Apache, PHP, and MySQL or MariaDB for Windows, so that they can also be set up there using XAMPP, for example.

What is the difference between LAMP and XAMPP?

In XAMPP, the Control Panel makes it easy to manage and implement. LAMP: LAMP stands for Linux, Apache, MariaDB/MySQL/MongoDB and PHP/Perl/Python. And it's a stack of open source solutions, suitable for building websites, that can be installed on any Linux distro.


1 Answers

•what is the most trouble-free way to set up LAMP development on a W7 machine with a view to a relatively trouble-free move to production?

Both of these are able to provide you the windows7 LAMP and LAMPP(php/perl) environment.

    http://www.ampps.com/
or
    http://www.apachefriends.org/en/xampp-windows.html

Both are simple to use and should make your migration of code over to prod simple.

like image 169
c0ns0le Avatar answered Oct 31 '22 16:10

c0ns0le