summaryrefslogtreecommitdiff
path: root/provisioning/modules/pixelated/files
AgeCommit message (Collapse)Author
2017-06-07Fix virtualenv path in .bashrcVarac
2017-06-07Run activate_custom_node_modules.sh from .bashrcVarac
2017-06-07Revert "Revert "Use "make install" to install useragent from source""Varac
This reverts commit 68892379d387abbd8e7ebf81a7e317a8034b34eb.
2017-06-01Revert "Remove leftover files/activate_custom_node_modules.sh"Tayane Fernandes
This reverts commit 3b4f57477b58e6e49036d597acabb00cd78f7d32.
2017-06-01Revert "Use "make install" to install useragent from source"Tayane Fernandes
This reverts commit e439f48f40f60f5f317e0ac4b54178b0b677c339.
2017-05-24Remove leftover files/activate_custom_node_modules.shvarac
2017-05-24Use "make install" to install useragent from sourcevarac
2017-05-09Add rule to change to vagrant folder on loginTulio Casagrande
2017-02-27Remove old spt keysvarac
2016-02-08also use httpredir.debian.org for jessie-backportsvarac
2016-02-04fix installation of useragent deb packagevarac
2016-02-04update LEAP archive signing keyvarac
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-10-29update key used for downloading our packagesChristoph Kluenter
it had expired and was renewed
2015-08-20Upgrade pip and setuptools when logging into the dev boxkaeff
Doing the upgrade while ssh'ing into the box because 1) The virtualenv is loaded already 2) Happends right before pip is used the first time See https://github.com/pixelated/pixelated-user-agent/pull/436
2015-04-28Activate custom modules now uses the correct setupBruno Wagner
2015-02-12Bower always uses node_modules and added LC_ALL for the compass compile to workBruno Wagner
2015-02-11(Re-)added auto setup of vagrant ssh.Folker Bernitt
- Issues #282, #252
2015-02-10for #282 not running ./go setup as part of activate_custom_node_modulesDuda Dornelles
Withot this fix we would run ./go setup everytime the user does vagrant ssh. Running that should be a user option and not enforced like that.
2015-02-10Depend on python-requests from wheezy-backports #279varac
2015-02-10moved wheezy-backports sources to dedicated file, see #278varac
2015-02-09#278 adding wheezy-backports repo to deb vagrant sources listDuda Dornelles
2015-02-09Fix debian package dependencies in Vagrant deb box when using wheezy #278Patrick Maia
2015-02-04updated leap_archive_keyvarac
2015-02-04Fixing setupjsNeissi Torres Lima
2015-01-29source correct virtualenvChristoph Kluenter
this was a cut'n'paste error
2015-01-29run some more stuff on first loginChristoph Kluenter
we need to build the css,js bower packages on login because its not contained in the image
2015-01-29run setup py on loginChristoph Kluenter
we need to create some egg files for the user-agent before everything works
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-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