Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-06 | Add nodejs_legacy package for required node symlink | Felix Hammerl | |
2016-01-04 | Changed wheezy backports to jessie | Bruno 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-28 | Dev requirements now use u1db and dirspec from launchpad, vagrant needs ↵ | Bruno Wagner | |
bazaar for that to work | |||
2015-05-07 | added build-essential package to source provisioning | varac | |
2015-04-28 | Updated user agent vagrant to run on Jessie | Bruno Wagner | |
2015-02-12 | Use wheezy for vagrant source box #272 | varac | |
2015-02-11 | (Re-)added auto setup of vagrant ssh. | Folker Bernitt | |
- Issues #282, #252 | |||
2015-01-29 | run setup py on login | Christoph Kluenter | |
we need to create some egg files for the user-agent before everything works | |||
2015-01-29 | Issue #252: Now correct node_modules gets deleted and phantomjs is installed. | Folker Bernitt | |
2015-01-28 | Issue #252: Node modules are now installed in the box. | Folker Bernitt | |
- They are symlinked into /vagrant/web-ui/node_modules | |||
2015-01-23 | for #244, use /bin/activate on source | Victor Shyba | |
2015-01-22 | Issue #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-19 | install libsqlite3-dev for vagrant source box | varac | |
2015-01-19 | added Vagrantfile and provision scripts | varac | |
- 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 |