Instalemos Vagrant!!
Instalar Virtualbox: https://www.virtualbox.org/
Instalar Vagrant: http://vagrantup.com/
Instalar Host : https://github.com/specialunderwear/Hosts.prefpane/downloads
Selecciona el Distro desde Vagrant Box https://vagrantcloud.com
#añadirlo a tu lsita de BOXES vagrant box add hashicorp/precise32 #crea tu folder donde se creara tu servdor e iniciliciara tu side vagrant vagrant init hashicorp/precise32 #runmachine vagrant up #ssh en el nuevo servidor local vagrant ssh
Y ahora que estas conectado a tu server local
– escribe
exit
para desconectar
Hagamos que este Fake se vea real:
#abre to Vagrantfile y quita el comentario:
config.vm.network "privatenetwork", ip: "22.22.22.22"
#reinicia Vagrant en terminal:
vagrant reload
#añade la ip de tu dominio fake desde Preferencias del Sistema o
sudo open /etc/hosts -a "Sublime Text"
para abrir directamente tu /etc/hosts en Sublime Text
#añade las lineas de tu ip a tu sitio
5.55.55.5 forbes.mx
El siguiente post , hablara de configurar NGINX y poder ver tu sitio en el servidor local