On Thu, Jun 17, 2004 at 07:35:11AM +0900, Mauricio Fern?ndez wrote: > It takes but a couple minutes to install and will allow you to do > > rpa install instiki ruvi > > ;-) > (NOTE: ruvi, the cool pure-Ruby vim clone, won't work on win32) got it working now. no idea how to get it working with pragmatics single click install unfortunately. anyone know how to get pdcurses working with that? to get rpa-base working i installed: ftp://ftp.ruby-lang.org/pub/ruby/binaries/mswin32/ruby-1.8.2-20040519-i386-mswin32.zip (from http://www.dm4lab.to/~usa/ruby/index_en.html) then readline (for irb), zlib (for rpa), and curses (for ruvi), and openssl (for the heck of it) http://jarp.jin.gr.jp/win32/openssl-0.9.7b-1-mswin32.zip http://jarp.jin.gr.jp/win32/pdcurses-2.60-1-mswin32.zip http://jarp.jin.gr.jp/win32/readline-4.3-2-mswin32.zip http://jarp.jin.gr.jp/win32/zlib-1.1.4-1-mswin32.zip extracted all the above into c:\ruby then started a cmd, typed in PATH=c:\ruby\bin;%PATH% then unzip'ed http://rubyforge.org/frs/download.php/763/rpa-base-0.1.0.zip (from http://rpa-base.rubyforge.org) into d:\rpa-base-0.1.0 typed: cd d:\rpa-base-0.1.0 d: ruby install.rb (or something like that :p) then finally :) rpa update rpa install ruvi instiki ruvi blah.rb -> starts up ruvi and actually works in win32 now :) instiki -> starts up instiki, go to localhost:2500 and u have a working wiki :D ruby kicks ass :) Alex