VVV-Dashboard icon indicating copy to clipboard operation
VVV-Dashboard copied to clipboard

VVV2 already consists of dashboard folder.

Open mukeshwani opened this issue 7 years ago • 6 comments

Hi, I just finished setting up VVV2 and was attempting to clone this repo per the instructions however there is already a dashboard folder in my VVV/www/default/ folder. Should I override the folder or is there something else I'm missing.

mukeshwani avatar Dec 28 '17 04:12 mukeshwani

I see what they did. I'll have to do some renaming and code changes. Hang tight.

topdown avatar Dec 28 '17 16:12 topdown

Not at all, we moved the dashboard to a git repo, and it can now be overriden in vvv-custom.yml via:

dashboard:
  repo: ....
  branch: ...

It's available on the develop branch and lands in v2.2

tomjn avatar Feb 28 '18 10:02 tomjn

I tried it that way, but it failed. I see the default VVV Dashboard. What is missing?

dashboard: repo: https://github.com/topdown/VVV-Dashboard.git

mamathemes avatar Jul 23 '18 13:07 mamathemes

Hmm in which instructions are you being told to clone this repository? VVV always clones a dashboard repository, you can change the repo it clones but you should never need to do the deed yourself manually.

Whomever told you to manually clone the repo has provided bad instructions, please indicate where these are On Mon, 23 Jul 2018 at 14:43, mamathemes [email protected] wrote:

I tried it that way, but it failed. I see the default VVV Dashboard. What is missing?

dashboard: repo: https://github.com/topdown/VVV-Dashboard.git

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/topdown/VVV-Dashboard/issues/64#issuecomment-407062440, or mute the thread https://github.com/notifications/unsubscribe-auth/AADl5z9HBARhNfqzMrxDBqGzWSnLtceFks5uJdMWgaJpZM4ROAfq .

tomjn avatar Jul 23 '18 14:07 tomjn

Please have a look at your comment here:

Not at all, we moved the dashboard to a git repo, and it can now be overriden in vvv-custom.yml via:

dashboard: repo: .... branch: ...

It's available on the develop branch and lands in v2.2

mamathemes avatar Jul 23 '18 19:07 mamathemes

hmmm a miscommunication, delete the dashboard folder, modify vvv-custom.yml then reprovision, and it will checkout that repo/branch that was specified.

If that doesn't work I'll need to see the provisioner log

tomjn avatar Jul 23 '18 20:07 tomjn