summaryrefslogtreecommitdiff
path: root/provisioning/modules/pixelated/files/activate_custom_node_modules.sh
AgeCommit message (Collapse)Author
2017-06-01Revert "Remove leftover files/activate_custom_node_modules.sh"Tayane Fernandes
This reverts commit 3b4f57477b58e6e49036d597acabb00cd78f7d32.
2017-05-24Remove leftover files/activate_custom_node_modules.shvarac
2017-05-09Add rule to change to vagrant folder on loginTulio Casagrande
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-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