Quantcast
Channel: USSEME Blog that helps you in taking maximum about "Computer Technology" you really love. - Software
Viewing all articles
Browse latest Browse all 20

How to Make your Computer (MAC) a Server and run a website from your Home

$
0
0

By installing a software and by doing small bits of configuration you will be able to start a Server and hosting your own website on it. This guide is for intermediate users who knows what is computer and how to open websites and download stuff. No great experience is required like making a website or blog. You can host anything on your server like photos, video, music files it just needs internet connection and you will be able to use all the stuff from anywhere.

so let’s start .. one golden rule “Follow the Steps”
How to configure a server on a home computer 

 1.    Go to xampp
 2.    Download xampp for MAC
 3.    Install xampp with all services when asked
 4.    Open xampp control panel and start the server apache


Picture

 5.    Confirm by going http://localhost if its not opening you may have done something wrong.

Configuring your router – static IP users don’t require this step

 1.    Open
http://192.168.1.1
 2.    Go to NAT Settings
 3.    Open Virtual Servers Setup and add port and server IP address see image below

Picture

 4.    Server IP will be different as per you IP
 5.    Save and reboot your modem/router

Making your Dynamic IP address into Static IP address

 1.    Open
DynDns website for converting you dynamic IP into static IP
 2.    Create a account which is free.
 3.    Log in to your account and go to
Host Services

Picture

 4.    Add a name for your domain like shown in image below and press Use auto detected IP address.

Picture

 5.    Add it to cart, its free so don’t worry about cart or any payment.
 6.    Now we to download
DynDNS Update Clients for telling DynDns about our IP changing time to time

 7.    Download it and configure it by entering your account details of DynDns website.
 8.    Also add your host name you have made above
 9.    Now you go to you internet browser and open your hostname that you have selected like mine is
http://hiralove.homeip.net/
 10.  now open your terminal and write “sudo nano /private/etc/hosts” for opening host file

Picture

 11.   write you Server IP like 192.168.1.6 and with a space in between write your domain name like hiralove.homeip.net
 12.   Keep in mind 192.168.1.6 is your computer ip provided from your router automatically or you have manually settled it up.
 13.   Now go to your htto://hiralove.homeip.net domain name see if its working or not.
 14.   Place anything in application/xampp/htdocs and that will appear on the webpage like in image below.

Picture

that’s it .. i have tried to make is as small as possible and i know it require more stuff to be written i will improve this article as i get responses and questions about it… so start asking in comments don’t hesitate.


Viewing all articles
Browse latest Browse all 20

Trending Articles