How To Install Uniform Server (Portable)


---
Install Uniform Server (Portable)

1) Download Uniform Server

1.1) Go to the website (http://www.uniformserver.com/ ) and find the download page (http://sourceforge.net/projects/miniserver/files/ ).
1.2) Download

2) Install

2.1) Unzip the compressed file and find the program file.
2.2) Run the program.
You may be required to enter MySQL password (optional). Click Cancel.
You will see the following if you click Cancel.
You will get the Control Panel

3) Test the server

3.1) Click both Start Apache and Start MySQL buttons.
The above web page will be displayed if your installation has been successful.

4) Next Step?

If you are a beginner, you need to learn the following topics before you can work effectively with this server.
4.1) Apache Server
4.2) PHP
4.3) MySQL or SQLite
4.4) PHPMyAdmin
<!DOCTYPE html>
<html>
<body>
<?php
echo "My first PHP script!";
?>
</body>
</html>
---

Post a Comment

0 Comments