localhost VS developement server
-
Instead of building my site on my iMac, I build it on a virtual server, I don’t even need a real domain name. I do this via my iMac’s host file:
sudo nano /etc/hosts
<ip_address> <domain name I am developing for>example:
55.555.555.555 mytestdomain.com
I prefer this method of hosting it myself so I can see the speed online and don’t have to worry about a bunch of software to install on my iMac.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘localhost VS developement server’ is closed to new replies.