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.
+4
A:
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! ;)
Joe
2009-09-12 06:24:57
A:
OR just install git-core on your linux system :)
If using Ubuntu or Debian
sudo apt-get install git-core
HTH
Rishav Rastogi
2009-09-12 15:47:50