Re: [Radiant] Re: Newbie to Radiant, rake issue after installing

2012-01-13 Thread Fabio Fabrizi
Will do John, thanks.

On Thu, Jan 12, 2012 at 9:46 PM, john  wrote:

> glad it worked. you might want to check
> http://git.io/radiant-simple-install for a script you can re-use as
> opposed to the one off posted here.


Re: [Radiant] Re: Newbie to Radiant, rake issue after installing

2012-01-12 Thread john
glad it worked. you might want to check 
http://git.io/radiant-simple-install for a script you can re-use as opposed 
to the one off posted here.

Re: [Radiant] Re: Newbie to Radiant, rake issue after installing

2012-01-12 Thread Fabio Fabrizi
It works!

Thanks for taking the time to make the script John, much appreciated.

Install was on Ubuntu (64 bit) 11.10 in a vm.

Now the learning is on me for trying to work out how everything is
interconnnected.

Thanks again.

Fabio


On Wed, Jan 11, 2012 at 10:10 AM, Fabio Fabrizi wrote:

> Thanks John,
>
> The next opportunity I'll get to try will be tomorrow, so I'll let you
> know how that goes.
>
> Might also try installing on Ubuntu 11.10 in a VM to see if it makes any
> difference.
>
>
> On Tue, Jan 10, 2012 at 5:20 PM, john  wrote:
>
>> hmm. not sure what the problem is.
>>
>> wget -O radiant-ubuntu-install.sh http://git.io/FkSTZw
>> bash radiant-ubuntu-install.sh
>>
>> works for me.
>>
>
>


Re: [Radiant] Re: Newbie to Radiant, rake issue after installing

2012-01-11 Thread Fabio Fabrizi
Thanks John,

The next opportunity I'll get to try will be tomorrow, so I'll let you know
how that goes.

Might also try installing on Ubuntu 11.10 in a VM to see if it makes any
difference.


On Tue, Jan 10, 2012 at 5:20 PM, john  wrote:

> hmm. not sure what the problem is.
>
> wget -O radiant-ubuntu-install.sh http://git.io/FkSTZw
> bash radiant-ubuntu-install.sh
>
> works for me.
>


Re: [Radiant] Re: Newbie to Radiant, rake issue after installing

2012-01-10 Thread john
hmm. not sure what the problem is.

wget -O radiant-ubuntu-install.sh http://git.io/FkSTZw
bash radiant-ubuntu-install.sh

works for me.


Re: [Radiant] Re: Newbie to Radiant, rake issue after installing

2012-01-10 Thread john
hmm. not sure what the problem is.

wget -O radiant-ubuntu-install.sh http://git.io/FkSTZw
bash radiant-install.sh

works for me.


Re: [Radiant] Re: Newbie to Radiant, rake issue after installing

2012-01-10 Thread Fabio Fabrizi
Hi John,

I know it's been a long time, but I tried again, this time a fresh install
and following the instructions on github for ubuntu.

I've created a gist which contains my system info, output from the shell
(as I'm running into trouble after 'bundle exec rake db:bootstrap'),
/config/environment.rb, Gemfile and Gemfile.lock files.

git clone git://gist.github.com/1588606.git gist-1588606

Thanks

Fabio

On Thu, Dec 1, 2011 at 8:53 PM, john  wrote:

> it seems like you aren't getting the sqlite gem loaded. does your Gemfile
> have a `gem "sqlite3"` line in it? if that isn't it would you gist your
> shell session and Gemfile and Gemfile.lock files. what version of radiant
> are you using?


Re: [Radiant] Re: Newbie to Radiant, rake issue after installing

2011-12-15 Thread Fabio Fabrizi
Hi David,

Thanks for that, I haven't been able to play with my linux box for a while
now as I'm trying to finish up a few things before christmas.

I do want to get it resolved and make it work though, otherwise it'll only
bug me.

I'll let yourself and John know how I'm getting on - John suggested a gist
of what I was doing.
Again, thanks for your help.

Fabio

On Thu, Dec 15, 2011 at 8:31 AM, Davr  wrote:

> Hi Fabio,I am not sure if you still have a problem, but I can give you
> my recent experience. It depends if you want to run a radiant-based
> system from gems or from source. The gem method is easier.
> I recently cloned the radiant/radiant source tree and found that many
> things have changed since I last used it - all of them better.
> However, I was trying to run what is only part of the system - the
> complete eco-system has been broken down into lots of gems which get
> called/installed auto-magically when you you run from the gem, but not
> when you run from source.
> For example, I think that at least the following gems need to be added
> and installed
> gem "rdoc",  "~> 3.9.2"gem "acts_as_tree",  "~> 0.1.1"gem
> "bundler",   "~> 1.0.0"gem "compass",   "~> 0.11.1"gem
> "delocalize","~> 0.2.3"gem "haml",  "~> 3.1.1"gem
> "highline",  "1.6.2"gem "rack",  "~> 1.1.1"gem "rack-
> cache","~> 1.0.2"gem "rake",  ">= 0.8.7"gem "radius",
>"~> 0.7.1"gem "sqlite3",   "1.3.4"gem "will_paginate", "~>
> 2.3.11"gem "stringex",  "~> 1.3.0"
> gem  "radiant-archive-extension", "~> 1.0.6"gem  "radiant-
> clipped-extension", "~> 1.0.10"gem  "radiant-debug-
> extension",   "~> 1.0.0"gem  "radiant-exporter-extension",
>"~> 1.0.0"gem  "radiant-markdown_filter-extension", "~>
> 1.0.0"gem  "radiant-sheets-extension",  "~> 1.0.4"gem
>  "radiant-site_templates-extension",  "~> 1.0.2"gem  "radiant-
> smarty_pants_filter-extension", "~> 1.0.0"gem  "radiant-textile_filter-
> extension",  "~> 1.0.0"
>
> this might explain some of the error messages that you got as I saw
> the same ones - and then many more until I realised I was doing the
> wrong thing;Hope this helps,
> David V.
> On Dec 2, 7:30 pm, Fabio Fabrizi  wrote:
> > Hi John,
> >
> > Away from my computer so I'll get the information on sun/mon.
> > I'm using radiant 0.9.1
> >
> >
> >
> >
> >
> >
> >
> > On Thu, Dec 1, 2011 at 8:53 PM, john  wrote:
> > > it seems like you aren't getting the sqlite gem loaded. does your
> Gemfile
> > > have a `gem "sqlite3"` line in it? if that isn't it would you gist your
> > > shell session and Gemfile and Gemfile.lock files. what version of
> radiant
> > > are you using?
>


Re: [Radiant] Re: Newbie to Radiant, rake issue after installing

2011-12-02 Thread Fabio Fabrizi
Hi John,

Away from my computer so I'll get the information on sun/mon.
I'm using radiant 0.9.1

On Thu, Dec 1, 2011 at 8:53 PM, john  wrote:

> it seems like you aren't getting the sqlite gem loaded. does your Gemfile
> have a `gem "sqlite3"` line in it? if that isn't it would you gist your
> shell session and Gemfile and Gemfile.lock files. what version of radiant
> are you using?


Re: [Radiant] Re: Newbie to Radiant, rake issue after installing

2011-12-01 Thread john
it seems like you aren't getting the sqlite gem loaded. does your Gemfile 
have a `gem "sqlite3"` line in it? if that isn't it would you gist your 
shell session and Gemfile and Gemfile.lock files. what version of radiant 
are you using?

Re: [Radiant] Re: Newbie to Radiant, rake issue after installing

2011-12-01 Thread Fabio Fabrizi
Hi,

am now using rake 0.8.7 and the error message has gone; many thanks again
John for that.

However, this has thrown up something new:
'no such file to load -- sqlite3'.

'sqlite3 --version' gives:
3.7.3

So to find out more I then do:
'rake db:bootstrap --trace' from within the proj folder.
This gives me:

** Invoke db:bootstrap (first_time)
** Invoke db:remigrate (first_time)
** Invoke environment (first_time)
** Execute environment
rake aborted!
no such file to load -- sqlite3
/home/maxheartless/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in
'require'

So I cd into above and open up 'custom_require.rb'.
But I don't know what's wrong?
Has anyone had this problem, or know how to fix it?

Thanks

Fabs

On Wed, Nov 30, 2011 at 5:50 PM, Fabio Fabrizi wrote:

> Thanks John, will give it a try later or tomorrow morning and let you know
> how I get on.
>
>
> On Wed, Nov 30, 2011 at 5:36 PM, john  wrote:
>
>> it's nothing to worry about. a bunch of the gems radiant depends on have
>> that line. if you really want to get rid of the warnings you can use rake
>> 0.8.7 instead of 0.9.x.
>
>
>


Re: [Radiant] Re: Newbie to Radiant, rake issue after installing

2011-11-30 Thread Fabio Fabrizi
Thanks John, will give it a try later or tomorrow morning and let you know
how I get on.

On Wed, Nov 30, 2011 at 5:36 PM, john  wrote:

> it's nothing to worry about. a bunch of the gems radiant depends on have
> that line. if you really want to get rid of the warnings you can use rake
> 0.8.7 instead of 0.9.x.