From ec838559e39b81e42509b0a526d6fab20221c6f6 Mon Sep 17 00:00:00 2001 From: Peter Deltchev Date: Sat, 19 Sep 2015 20:18:46 -0700 Subject: [PATCH] Updated the readme to include the new hostname. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4685a0f8..54928630 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ To begin development, you must do three things: 4. Run `vagrant up` from the folder in which you cloned the repository -Once everything is up and running, you'll be able to access the site at http://pony.fm.local. You can access the MySQL database by logging into **192.168.33.11:3306** with the username of **homestead** and the password of **secret**. The pony.fm database is named **homestead**. +Once everything is up and running, you'll be able to access the site at http://ponyfm-dev.poni/. You can access the MySQL database by logging into **192.168.33.11:3306** with the username of **homestead** and the password of **secret**. The pony.fm database is named **homestead**. # Asset pipeline Pony.fm uses gulp to mange its asset pipeline. **Important** due to everything being awful, you must run npm and gulp from your host machine and not the VM. You must first have it installed globally: