April 26, 2016

Bower caching proxy

If you’re using bower for some of your projects and may happen to build this not only locally but also in some sort of CI, you might want to have a bower caching proxy in your network. Installation I suggest to add a specific user for this: useradd -m -d /var/cache/bower -s /bin/false bower Some neccessary packages: apt-get install git python-virtualenv Now we install the cache according to the README. Read more