You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.
There used to be a command that imported a bundle to the standalone CVU?
Where did that go? It seems like it disappeared.
Edit:
I want to install CVU v4 without Cypress.
CVU 3.2.3 comes as a VM now, but you can't use the 2018 bundle on it.
CVU 4. I believe comes with the Cypress v4 and we can get that using Chef.
I have no problems getting CVU running on 2018 with Cypress (Install them together with Chef and import the 2018 bundle through the Cypress Admin GUI)
However, installing CVU alone using Chef, I can't seem to insert a bundle using the bundle command in the cypress-validation-utility directory (says command doesn't exist) or using the bundle command from the directory /opt/cypress-validation-utility/bin bundle (says /usr/bin/env: ‘ruby’: No such file or directory)
Hey guys,
There used to be a command that imported a bundle to the standalone CVU?
Where did that go? It seems like it disappeared.
Edit:
I want to install CVU v4 without Cypress.
CVU 3.2.3 comes as a VM now, but you can't use the 2018 bundle on it.
CVU 4. I believe comes with the Cypress v4 and we can get that using Chef.
I have no problems getting CVU running on 2018 with Cypress (Install them together with Chef and import the 2018 bundle through the Cypress Admin GUI)
However, installing CVU alone using Chef, I can't seem to insert a bundle using the bundle command in the cypress-validation-utility directory (says command doesn't exist) or using the bundle command from the directory /opt/cypress-validation-utility/bin bundle (says /usr/bin/env: ‘ruby’: No such file or directory)
Exact commands I've tried:
/opt/cypress-validation-utility/bin/bundle exec rake bundle:download_and_install version=2018 RAILS_ENV=production
bundle exec rake bundle:download_and_install version=2018 RAILS_ENV=production
The text was updated successfully, but these errors were encountered: