Skip to content

Commit

Permalink
Vagrant init fails
Browse files Browse the repository at this point in the history
`vagrant init` fails and is not necessary,
because Vagrantfile is already created.
  • Loading branch information
ciastek committed May 21, 2012
1 parent baf858c commit c1d5316
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.markdown
Expand Up @@ -15,7 +15,6 @@ How
5. Go to the repo and launch the box

cd [repo]
vagrant init
vagrant up

6. Add this line to your `/etc/hosts` (or windows equivalent)
Expand All @@ -27,4 +26,4 @@ You can add `XDEBUG_PROFILE` to your GET parameter to generate an xdebug trace,

You can then investigate at [http://localhost:8080/webgrind/](http://localhost:8080/webgrind/)

Phpmyadmin is available [http://localhost:8080/phpmyadmin/](http://localhost:8080/phpmyadmin/). User `myadmin`, Password `myadmin`
Phpmyadmin is available [http://localhost:8080/phpmyadmin/](http://localhost:8080/phpmyadmin/). User `myadmin`, Password `myadmin`

0 comments on commit c1d5316

Please sign in to comment.