 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
CodeForest.net: Multiple virtual hosts in WAMP
by Chris Cornutt December 24, 2010 @ 13:11:37
On CodeForest.net there's a new tutorial showing you how to set up a WAMP (Windows/Apache/MySQL/PHP) server that uses multiple virtual hosts.
Virtual hosting is a method for hosting multiple domain names on a computer using a single IP address. This allows one machine to share its resources, such as memory and processor cycles, to use its resources more efficiently. This is often found on shared hosting servers. [...] We can use Virtual hosts on Windows to deal with this problem. As I am using WAMP server for development, this tutorial will explain how to do it in WAMP, but other products are very similar, so you want have problems porting this.
They walk you through each step of the process, including any settings or configuration files changes you'll need to make along the way. Their configuration helps you set it up for your localhost, but it can be pretty easily moved over to a live server just by changing a few IP addresses.
voice your opinion now!
multiple virtual host wamp windows apache mysql domain host
Amit Singh's Blog: Installing PEAR and PHPUnit on WAMP and Windows 7
by Chris Cornutt November 03, 2010 @ 12:03:47
Amit Singh has a recent post to his blog with step-by-step instructions on how to get PEAR, PHPUnit and a WAMP installed and working on Windows 7.
In the project that i am currently working on, we decided to use PHPUnit for doing our unit testing, and i found that it was not a straight forward thing to install that I had thought it would be. I had to start by installing Pear, and as soon as i type 'go-pear' in command prompt and pressed enter key I got my first error. So here are the steps needed to install PEAR and PHPUnit error free on WAMP.
Since the steps to install the WAMP server are pretty easy, he focuses on the other two technologies. He breaks up the install into the steps for PEAR and then the steps for installing and configuring PHPUnit. Obviously you'll need to change some paths for your system, but it's a pretty simple process and you should be up and running in no time.
voice your opinion now!
pear phpunit wamp windows7 install tutorial
NETTUTS.com: How to Create Your First Joomla Template
by Chris Cornutt February 17, 2009 @ 11:13:33
On the NETTUTS.com website there's a new tutorial posted (by Tarek Farage) about creating your first custom Joomla template:
In this tutorial , you will learn about the basics of a Joomla template, and create one from scratch. We will quickly go through installing a local server and Joomla itself, and then create a basic functioning template.
The tutorial gives you a quick installation tutorial to get you up and running (if you're looking for a PHP installation guide, you'll need to find it elsewhere) with Joomla installed and working. He walks you through each step of the way - creating a simple template, installing it via the admin interface, and adding on more advanced features like layout features and modules.
voice your opinion now!
joomla template tutorial create example wamp mamp
Developer Tutorials Blog: Working With Wordpress Offline Like a Pro
by Chris Cornutt April 10, 2008 @ 09:48:51
On the Developer Tutorials blog, there's a new post showing you what all you'll need to install to work with WordPress offline "like a pro" on your local machine.
I used to work off of my web server but the problem I've had lately is that when I'm not connected to the internet I haven't been able to code for Wordpress in a way that allows me to view my changes. Since I started using the techniques used in this tutorial my productivity has increased significantly.
His method has you install MAMP on your local machine (for the Windows users, WAMP is just about as easy to set up) and how to import content over from your remote server to the local machine. Of course, you could just set up a subversion repository, but that's another tutorial...
voice your opinion now!
wordpress ofline mamp wamp configure import content webserver
Leendert Brouwer's Blog: Small WAMP howto
by Chris Cornutt May 04, 2007 @ 08:02:00
In a quick post today, Leendert Brouwer points out a tutorial that he'd created for setting up a WAMP installation.
The tutorial is just a text listing of the steps to set it all up, but it does a great job of covering what's needed.
This document explains how to set up a WAMP (Windows Apache MySQL PHP) development environment on a Windows XP/2k machine, without having all the clutter a package installer creates. I initially created this document for a few co-workers, I'm not a big fan of windows myself (if you are serious about developing, consider using *nix all the way, Win32 is inferior and not very flexible).
Anyway, maybe teaching people how to install PHP tools in an environment they feel home at can later persuade them to use a free operating system :) Beside that it's a piece of cake to translate the document to english, so why not share it. Here's the process in a number of easy steps.
A twenty-size step process sounds intimidating, but since it's broken up into all of the "baby steps" of the process, it's really not that much.
voice your opinion now!
wamp tutorial howto text list windowsxp win32 wamp tutorial howto text list windowsxp win32
|
Community Events
Don't see your event here? Let us know!
|