topdown / VVV-Dashboard

Dashboard for Varying Vagrant Vagrants https://github.com/Varying-Vagrant-Vagrants/VVV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I get 404

kylewebdev opened this issue · comments

commented

All my urls through vagrant are working except http://vvv.dev or http://vvv. Can't figure out why the dashboard isn't working, I'm getting a 404.

I did the following commands (my vvv install is ~/vagrant-local)
cd ~/vagrant-local
git clone git@github.com:topdown/VVV-Dashboard.git dashboard
cp ~/vagrant-local/www/dashboard/dashboard-custom.php ~/vagrant-local/www/default/
cp ~/vagrant-local/www/dashboard/style.css ~/vagrant-local/www/default/style.css

then vagrant up.

same issue here, vvv.dev get redirected to http://vvv.dev/dashboard/index.php and then 404.

Ok so I figure it out, I moved dashboard folder to default folder.

cd ~/vagrant-local
mv dashboard default/dashboard

And works for me.

They must have changed available paths in VVV or something. I'll have to update my install and see what happens.

Edit: yeah I see what you did. Yes the dashboard/ needs to be in the default/ directory.

cool. Maybe it's better to have a separate site then use default one, what do you think ?

In the future there possibly is going to be a command installer for this dashboard directly into VVV as an option or maybe even the default dashboard itself. Its been an ongoing discussion and a pull request for it. Varying-Vagrant-Vagrants/VVV#609

Closing this. If you are still having issues feel free to reopen or create a new issue.