Hi, I am new to Radiant & git, testing this now but having problems with installing extensions.
If i try to do as explained on ext.radiantcms.org, with for example carousel, it get error and time-outs: # script/extension install carousel git: /usr/local/lib/libz.so.1: no version information available (required by git) Initialized empty Git repository in /tmp/carousel/.git/ git: /usr/local/lib/libz.so.1: no version information available (required by git) git: /usr/local/lib/libz.so.1: no version information available (required by git) git: /usr/local/lib/libz.so.1: no version information available (required by git) git: /usr/local/lib/libz.so.1: no version information available (required by git) git: /usr/local/lib/libz.so.1: no version information available (required by git) git: /usr/local/lib/libz.so.1: no version information available (required by git) Is the right way to just put script/extension install carousel? or do i need to get a clone of the git first? if a do with clone, i also get the error about libz.so.1 : # git clone http://github.com/banane/radiant-carousel-extension.git vendor/extensions/carousel got 8782d4d94c28abd3502dd0618752deab4c9edb63 got 1e1718acadb739424f0733aba14d91e2a9f2a39a got 543b9bebdc6bd5c4b22136034a95dd097a57d3dd (etc.) but what's next to install this extension, because there is no specific doc? # rake radiant:extensions:carousel:update has a lot of error what is the default way to install extensions? only script/extension install extensionname or first git clone, migrate, etc ?
