summaryrefslogtreecommitdiff
path: root/provisioning/modules/pixelated/manifests/source.pp
AgeCommit message (Collapse)Author
2017-06-06Install chromedriver from githubTulio Casagrande
The latest chromedriver version is getting recurring errors when running login.feature from functional tests
2017-05-30Use phantomjs from jessie-backportsvarac
2017-05-12Fixes compass watch commandAnike Arni
2017-05-09Change chromedriver to latest versionTulio Casagrande
2017-04-26Sets specific chromedriver and chromium versions to be compatible with testsThais Siqueira
with @tayanefernandes
2017-02-17[#907] Add chromedriver to vagrant for functional testsTulio Casagrande
with @anikarni
2016-10-19Add libsqlcipher-dev to vagrant dependenciesTulio Casagrande
2016-06-30Implement nodejs provisioning based on package mnagingCaio Carrara
This change is based on official node instructions.
2016-02-09Refactor vagrant provisioning scriptsvarac
so we can use the 'debian.pp' manifest to install the requirements for setting up the useragent in a non-vagrant env.
2016-02-08Install npm from debian package archivevarac
we don't need to install npm from source anymore since jessie
2016-02-08Install virtualenv, install compass as .debvarac
2016-01-06Add nodejs_legacy package for required node symlinkFelix Hammerl
2016-01-04Changed wheezy backports to jessieBruno Wagner
Changed to jessie backports as we are using that now. Also adapted the nodejs_legacy package calls to nodejs, that's the name of the package on jessie
2015-12-28Dev requirements now use u1db and dirspec from launchpad, vagrant needs ↵Bruno Wagner
bazaar for that to work
2015-05-07added build-essential package to source provisioningvarac
2015-04-28Updated user agent vagrant to run on JessieBruno Wagner
2015-02-12Use wheezy for vagrant source box #272varac
2015-02-11(Re-)added auto setup of vagrant ssh.Folker Bernitt
- Issues #282, #252
2015-01-29run setup py on loginChristoph Kluenter
we need to create some egg files for the user-agent before everything works
2015-01-29Issue #252: Now correct node_modules gets deleted and phantomjs is installed.Folker Bernitt
2015-01-28Issue #252: Node modules are now installed in the box.Folker Bernitt
- They are symlinked into /vagrant/web-ui/node_modules
2015-01-23for #244, use /bin/activate on sourceVictor Shyba
2015-01-22Issue #244: Preparations for hackday vagrant image.Folker Bernitt
- To use it, do these steps: build the box: vagrant destroy && vagrant up source vagrant package --output hackday-user-agent.box source use the box: vagrant box add hackday-user-agent hackday-user-agent.box vagrant up hackday vagrant ssh hackday Scripts will be provided with next commit.
2015-01-19install libsqlite3-dev for vagrant source boxvarac
2015-01-19added Vagrantfile and provision scriptsvarac
- use leap jessie boxes for now - remove rng-tools hack that speeded up key generation from Vagrant provisioning we don't want to generate weak keys, even when it takes longer - set source box as default for 'vagrant up' - properly override vm.box_url for different providers