At 7:00 PM +1100 1/22/06, Assaph Mehr wrote: > You'll need something like the attached in the config directory :-)
I guessed it was about that simple, but I've gotten really tired of having my guesses land me in trouble. So, thanks! > If you run 'rake migrate' it will create the development database. If > you want to run the tests run 'rake prepare_test_database' (and 'rake > purge_test_database' afterwords). I did this, with no errors reported. Then I tried instiki and got: % instiki => Instiki started on http://0.0.0.0:2500 => Ctrl-C to shutdown; call with --help for options [2006-01-22 00:55:36] INFO WEBrick 1.3.1 [2006-01-22 00:55:36] INFO ruby 1.8.4 (2005-12-24) [powerpc-darwin8.4.0] [2006-01-22 00:55:36] INFO WEBrick::HTTPServer#start: pid=16154 port=2500 Unfortunately, although it responds to http://0.0.0.0:2500/ or http://localhost:2500, the result is a blank screen (and view source also shows up as empty). I tried the instructions in the README: % rm -f db/*.db % rake migrate (in /Local/_Private/Homes/rdm/pkgs/zip/instiki_head/instiki) % instiki => Instiki started on http://0.0.0.0:2500 => Ctrl-C to shutdown; call with --help for options [2006-01-22 00:58:00] INFO WEBrick 1.3.1 [2006-01-22 00:58:00] INFO ruby 1.8.4 (2005-12-24) [powerpc-darwin8.4.0] [2006-01-22 00:58:00] INFO WEBrick::HTTPServer#start: pid=16196 port=2500 but I still got a blank screen. I tried running a plain "rake" and got a fair number of errors. Is this normal? % rake ... 1) Failure: test_html_diff_preserves_endlines_in_pre(DiffTest) [./test/unit/diff_test.rb:88]: ... 2) Error: test_wiki_word_linking(PageRendererTest): ... 3) Failure: test_revise_changes_references_from_wanted_to_linked_for_new_pages(PageTest) [./test/unit/page_test.rb:107]: ... 4) Failure: test_new_page_linked_from_mother_page(WebTest) [./test/unit/web_test.rb:69]: ... 5) Failure: test_orphaned_pages(WebTest) [./test/unit/web_test.rb:85]: ... 6) Error: test_pages_by_match(WebTest): ... 7) Error: test_pages_by_revision(WebTest): ... 8) Failure: test_references(WebTest) [./test/unit/web_test.rb:24]: ... 114 tests, 720 assertions, 5 failures, 3 errors ... Loaded suite /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake/rake_test_loader Started ... ruby(16448,0xa000ed68) malloc: *** vm_allocate(size=1349320704) failed (error code=3) ruby(16448,0xa000ed68) malloc: *** error: can't allocate region ruby(16448,0xa000ed68) malloc: *** set a breakpoint in szone_error to debug ruby(16448,0xa000ed68) malloc: *** vm_allocate(size=1069056) failed (error code=3) ruby(16448,0xa000ed68) malloc: *** error: can't allocate region ruby(16448,0xa000ed68) malloc: *** set a breakpoint in szone_error to debug ruby(16448,0xa000ed68) malloc: *** vm_allocate(size=1069056) failed (error code=3) ruby(16448,0xa000ed68) malloc: *** error: can't allocate region ruby(16448,0xa000ed68) malloc: *** set a breakpoint in szone_error to debug ruby(16448,0xa000ed68) malloc: *** vm_allocate(size=1069056) failed (error code=3) ruby(16448,0xa000ed68) malloc: *** error: can't allocate region ruby(16448,0xa000ed68) malloc: *** set a breakpoint in szone_error to debug ruby(16448,0xa000ed68) malloc: *** vm_allocate(size=1069056) failed (error code=3) ruby(16448,0xa000ed68) malloc: *** error: can't allocate region ruby(16448,0xa000ed68) malloc: *** set a breakpoint in szone_error to debug [FATAL] failed to allocate memory rake aborted! Test failures (See full trace by running task with --trace) Somehow, this doesn't seem right... -r -- Technical editing and writing, programming, and web development: http://www.cfcl.com/rdm/resume Contact information: [EMAIL PROTECTED], +1 650-873-7841 _______________________________________________ Instiki-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/instiki-users
