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.
Asked
Active
Viewed 361 times
2
-
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! ;) – xijo Sep 12 '09 at 06:29
2 Answers
4
Sure!
- download the plugin from github as *.tar.gz
- uncompress and copy it to your vendor/plugins folder
- run the install tasks if necassary
Good luck! ;)

xijo
- 4,366
- 4
- 23
- 30
0
OR just install git-core on your linux system :)
If using Ubuntu or Debian
sudo apt-get install git-core
HTH

Rishav Rastogi
- 15,484
- 3
- 42
- 47