Re: [Radiant] how do I add git submodule for reader extension

2010-03-07 Thread john muhl
i'm not 100% but it may just not be updated to work with 0.9 yet. On Sun, Mar 7, 2010 at 11:36 PM, Daniel O'Connell wrote: > Im able to install and run migrate/update tasks. But when I try to create a > reader I get this: > > > Connection refused - connect(2) > RAILS_ROOT: /Users/dev/Sites/gla1

Re: [Radiant] how do I add git submodule for reader extension

2010-03-07 Thread Daniel O'Connell
Im able to install and run migrate/update tasks. But when I try to create a reader I get this: Connection refused - connect(2) RAILS_ROOT: /Users/dev/Sites/gla1 Application Trace | Framework Trace | Full Trace /usr/local/lib/ruby/1.8/net/smtp.rb:551:in `initialize' /usr/local/lib/ruby/1.8/net/s

Re: [Radiant] how do I add git submodule for reader extension

2010-03-07 Thread Arthur Gunn
In order to use git submodules, your main app must itself be a git repository. Just do the git clone like I showed. Using git submodules is just another way of managing code the author clearly likes. The reader extension does not require it. -Arthur ___

Re: [Radiant] how do I add git submodule for reader extension

2010-03-07 Thread Daniel O'Connell
After installation the instruction say to : ## Installation git submodule add git://github.com/spanner/radiant-reader-extension.git vendor/extensions/reader rake radiant:extensions:reader:migrate rake radiant:extensions:reader:update But that is where I have the proble

Re: [Radiant] how do I add git submodule for reader extension

2010-03-07 Thread Arthur Gunn
You aren't using git to track your main application then. You should probably look into sometime because it's a fantastic tool. For now though, just do: git clone git://github.com/spanner/radiant-reader-extension.git vendor/extensions/reader And possibly this if you don't want to worry

Re: [Radiant] how do I add git submodule for reader extension

2010-03-07 Thread Daniel O'Connell
Arthur, When I paste into terminal I'm getting back "fatal: Not a git repository (or any of the parent directories): .git" Any ideas? -Daniel On Mar 7, 2010, at 9:51 PM, Arthur Gunn wrote: > Pasting into terminal and running? > The syntax is right, what's your problem? > > Perhaps you're ju

Re: [Radiant] how do I add git submodule for reader extension

2010-03-07 Thread Arthur Gunn
Pasting into terminal and running? The syntax is right, what's your problem? Perhaps you're just wondering how submodules work? -Arthur ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ List Site:

[Radiant] how do I add git submodule for reader extension

2010-03-07 Thread Daniel O'Connell
Folks, I'm trying to install the reader extension. How do I do use "git submodule add git://github.com/spanner/radiant-reader-extension.git vendor/extensions/reader"? Thanks, Daniel ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http: