[Rails] i2 wiki

Luigi Rizzo luigi.rizzo at gmail.com
Mon Jan 2 00:39:40 GMT 2006


1) thank you ezra! i see now i2 running ... as a matter of fact i
already did what you suggested but the solution to the problem was
that i was trying to access the wiki without referring to the 'wiki'
url that was created by the bootstrap process. so, in order to be
eventually useful to others (especially ruby/rails newbies like i'm)
in the future:

a) if you, for example, bootstrap i2 (under webrick) with:
Book.create :name => "My Nice Wiki", :url_name => "wiki"

b) then you have to access your wiki with the following url:
http://localhost:3000/wiki

otherwise, if you access it with:
http://localhost:3000
than you get a blank page and a 500 error without much more information

2) i tried to use the [[include <PAGE>]] tag (found in instiki to add
a sidebar) but this doesn't seem to work in i2. i guess it is by
design. can some i2 user please confirm this? thank you.

On 1/2/06, Ezra Zygmuntowicz <ezra at yakimaherald.com> wrote:
> Luigi-
>
>         You have to use script/console to bootstrap i2. I don't remember
> exactly what you have to do but you need to create the first 'book'
> or wiki for i2 to use for its first page. The info should be in the
> README that came with i2. I had the same blank page problem until I
> bootstrapped the first wiki in script/console


More information about the Rails mailing list