vote up 1 vote down star
1

Installing rails plugins from github requires git in the system? OS is linux. Is it possible to install plugin without git installation in the local system.

flag

78% accept rate
btw: I love installing plugins from github and if you'll use more than just a handful plugins it's sure not a bad idea to install git as well. It makes things easier! ;) – Joe Sep 12 at 6:29

2 Answers

vote up 3 vote down

Sure!

  1. download the plugin from github as *.tar.gz
  2. uncompress and copy it to your vendor/plugins folder
  3. run the install tasks if necassary

Good luck! ;)

link|flag
vote up 0 vote down

OR just install git-core on your linux system :)

If using Ubuntu or Debian


 sudo apt-get install git-core

HTH

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.