Fork me on GitHub
#dirac
<
2017-06-13
>
richiardiandrea01:06:29

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

richiardiandrea01:06:51

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

danielcompton01:06:30

sorry, no just chrome canary

danielcompton01:06:40

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

richiardiandrea01:06:21

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

richiardiandrea01:06:54

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

danielcompton02:06:21

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

richiardiandrea02:06:55

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

darwin10:06:11

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

darwin10:06:54

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