PDA

View Full Version : Local server


SilverBoy
08-01-2017, 11:04 PM
Hi

I'm looking for a software can make my laptop serve like Apache server, to easy test my codes at home.

Thanks.

Dave
08-02-2017, 12:01 AM
Just install something like XAMPP or AppServ or WampServer.
Alternatively you can install Virtualbox and setup a CentOS virtualmachine to simulate a hosting environment as close as possible.

You can also get a VPS at https://www.vultr.com/pricing/ for $2.50/month.

SilverBoy
08-02-2017, 12:03 AM
Thank you Dave, if you have a link to download these applications please post it here :).

MarkFL
08-02-2017, 01:27 AM
I use XAMPP on my desktop to create a local server for my dev sites. :)

SilverBoy
08-02-2017, 01:42 AM
Thank you Mark.