Bower works by fetching and installing packages from all over, taking care of hunting, finding, downloading, and saving the stuff you’re looking for. Bower keeps track of these packages in a manifest file, bower.json
. How you use packages is up to you. Bower provides hooks to facilitate using packages in your tools and workflows. Continue reading
install
Heroku : Ubuntu : Setup heroku after new OS installation
# Download the heroku CLI $ wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh # Login to heroku account $ heroku login Enter your Heroku credentials. > Email:.... $ heroku keys:add Found an SSH public key at /home/leapfrog/.ssh/id_rsa.pub > Would you like to upload it to Heroku? [Yn] y
Ruby On Rails : Installing RMagick on Ubuntu at once along with dependencies
What is RMagick?
RMagick is a binding from Ruby to the ImageMagick TM image manipulation library. Here’s how the ImageMagick home page describes ImageMagick: Continue reading