dirac

Dirac v1.7.2 is out: https://github.com/binaryage/dirac/releases/tag/v1.7.2
richiardiandrea 2017-06-13T01:22:29.397111Z

Hello folks! I was wondering if anyone has come up yet with a script for provisioning a machine with the things that dirac needs (Canary with plugin already installed) ..Kind of like a bundle that I can deploy on my colleagues' computers

danielcompton 2017-06-13T01:38:30.515969Z

brew install?

richiardiandrea 2017-06-13T01:54:51.636071Z

Uhm does it install Canary and the extension? (Linux user here so no brew) @danielcompton

danielcompton 2017-06-13T01:55:30.640733Z

sorry, no just chrome canary

danielcompton 2017-06-13T01:55:40.641897Z

there is homebrew for linux but I've never used it

richiardiandrea 2017-06-13T01:57:21.654262Z

Yeah ok, I don't even know if it is doable to install extensions silently. Probably also that chrome should be sandboxed...maybe..

richiardiandrea 2017-06-13T01:59:54.673280Z

No that's overengineering, probably just a script that does things instead of me going from colleague to colleague is good enough 😀

danielcompton 2017-06-13T02:05:21.715277Z

Yeah, Chrome really doesn't like other processes installing extensions

richiardiandrea 2017-06-13T02:18:55.810971Z

I am sure Darwin would have done it if it had been possible. I could modify this https://github.com/cdoughty77/vagrant-secure-browse/blob/master/provision.sh or use Docker but it seems overkill

2017-06-13T10:10:11.340531Z

@richiardiandrea you can pass load-extension command-line param: https://travis-ci.org/binaryage/dirac#L841

👍 1
2017-06-13T10:12:54.376598Z

you might also want to look at https://github.com/binaryage/docker-chromium-oraculum, this is what I use to pull specific chromium versions