• 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)
  • I do the same type of thing to my hosts file, but I create URLs that resolve locally to folders within my users/sites folder.

    I’ve found its always faster to develop locally with no network lag than it is to develop on a remote server.

Viewing 1 replies (of 1 total)
  • The topic ‘localhost VS developement server’ is closed to new replies.