30-second WAMP server setup: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
<h3>Introduction</h3><br />
The following tutorial will get you fully set-up with a 100% pre-configured WAMP web server and shouldn't take longer than 30 seconds. No tinkering with INI files, no configuring anything. This is perfect for the web novice or amateur who wants to begin working with HTML, PHP or MySQL without having to delve into the confusing realm of configuring web servers, databases, and PHP interpreters.<br />
<br />
What you need to get started:
<ul><li>[http://www.w3.org/MarkUp/Guide/ Basic HTML] skills, and basic knowledge of [http://www.netlingo.com/ Internet jargon]
</li><li>A computer with Windows</li></ul>


Ok, let’s get started!<br />
<br />
<h3>Set up the web server:</h3>
<ol><li>[http://sourceforge.net/project/showfiles.php?group_id=53691&package_id=48193 Download the Uniform Server] to your desktop. (The Uniform Server is a free open source project which combines pre-configured versions of the Apache web server, MySQL database and PHP scripting language)</li><li>Double-click the .EXE file to extract it
</li><li>Open up the Uniform Server folder, and double-click <b>Server_Start.bat</b>
</li><li>A web page will open up showing your web server control panel.</li></ol>
<br />
That’s it – your web server is running!  To see your web page, type [http://localhost/ http://localhost] into your browser’s address bar.  You will see the default web page, which simply shows the Uniform Server logo.<br />
<br />
This demonstrates that the web server is working and serving web pages.  You can turn on the MySQL server or shut down the web server using the control panel, which is found by typing [http://localhost/a/ http://localhost/a/] into your browser's address bar.<br />
<br />
The web page files are located in the following folder <b>\Uniform Server\diskw\www</b>.  You can start customizing the index.html page and other web pages now.<br />
6

edits

Navigation menu