Hello Larry,
> -----Original Message-----
> From: instiki-users-bounces@rubyforge.org
> [mailto:instiki-users-bounces@rubyforge.org] On Behalf Of Larry Kelly
> Sent: Sunday, July 31, 2005 5:19 AM
> To: instiki-users@rubyforge.org
> Subject: [Instiki] Gem install not starting.
>
> After downloading the ''*.gem'' file for instiki, I
installed
> it by running "gem install instiki-0.10.2" from the windows
> XP command line. Received a ''successful install''
message.
> Executing "ruby instiki" produced a ''file not
found'' error.
> How should I start instiki? What am I missing?
I think you just use
instiki
To start it the "storage" directory is then created
where you started it.
In your command ruby is found by searching the PATH.
But the ruby interpreter itself only looks in the
current directory for the "instiki" (or "instiki.rb")
file. Which does not exist.
If simply "instiki" does not work you can try
ruby
"INSTALL_PATH_OFF_RUBY\ruby\lib\ruby\gems\1.8\gems\instiki-0.10.2\instik
i.rb"
Regards,
Claudius