From: Martin F. <ma...@ne...> - 2008-09-27 00:00:05
|
Hi Brian, The search function looks like it just doesn't have the secondary database setup. We used the old Slashdot approach which is to have a main database as InnoDB because it has faster joins and better foreign key support, and a replicated slave as MyISAM to serve as a search database because MyISAM has fulltext index support. Refer to the section here: http://www.connotea.org/code#mysql and check the DBI_SEARCH option in bibliotech.conf. Regarding registration, I was able to get a thankyou page from your server and I'm waiting on the email. And on your other question, yes unfortunately getting_started should be created by you. I very much hope you don't mind I'm cc'ing the list to answer these questions for all. ;-) Martin Brian wrote: > Hi Martin - I've gotten past all of my apache config problems I believe. > However, the installation is unusable. If you create an account here and > try to go to your user library, or try to use the search engine, you can > see the problems I'm encountering. > > http://grey.colorado.edu/connotea/ > > Cheers, > Brian |