===================================================
How to install the Northwind demo to your local PC?
===================================================
Prerequisites:
	This demo can be installed on Windows, Linux and MacOS
	Before installing the demo, you should have the following software on your local PC: 
	webserver with PHP 4.3 or higher, MySQL 3.2.25 or higher, a MySQL management utility
	
	If you don't have the above software installed, we recommend installing the following:
	Xampp latest version from http://www.apachefriends.org/en/xampp.html
	MySQL Workbench latest version from http://dev.mysql.com/downloads/workbench/

Installation procedure:
	1. Extract the contents of the zip file into a folder inside your document root.
		(if you don't know where is your document root, please read this:
		http://www.karelia.com/sandvox/help/z/Document_Root.html )
	2. In your web browser, go to: http://localhost/demo_folder/
		(change "demo_folder" above to the name of the folder you extracted the files into
		in step 1)
	3. You should see setup instructions in your browser and you should follow the steps mentioned.
	4. Open your MySQL management utility (for example MySQL Workbench), select the database
		that you specified during the setup in step 3, and execute the "northwind.sql" dump
		file into it.
=========================================================
How to install the Northwind demo to your hosting server?
=========================================================
Prerequisites:
	This demo can be installed on both Windows and Linux servers
	Before installing the demo, make sure your server has the following software: 
	PHP 4.3 or higher, MySQL 3.2.25 or higher, phpMyAdmin
	
	Make sure you have access to a MySQL database on your server. You might need to set up
	one in your server control panel. Please refer to your server technical support staff
	for help on this if necessary.

Installation procedure:
	1. Extract the contents of the zip file and upload them to a folder inside your document
		root. (if you don't know where is your document root, please read this:
		http://www.karelia.com/sandvox/help/z/Document_Root.html )
	2. In your web browser, go to: http://your_server_address/demo_folder/
		(change "your_server_address" above to the actual domain name or IP address of your
		server, and change"demo_folder" to the name of the folder you uploaded the files to
		in step 1)
	3. You should see setup instructions in your browser and you should follow the steps mentioned.
	4. Open your server's phpMyAdmin page, select the database that you specified during the 
		setup in step 3, upload and execute the "northwind.sql" dump file into it.
