Re: [phpodpworld-users] help with installation
Status: Beta
Brought to you by:
hansfn
From: Hans F. N. <Han...@hi...> - 2008-11-11 21:14:17
|
* Javad Babaee <m2b...@ya...> [2008-11-11]: > Hello > Many thanks for your reply to my question > I looked through the codes again and got a better understanding of phpodpworld Don't do it - the code is ugly and might hurt your eyes ;-) > i looked out the worked example tools/update-rdf.sh and think that > should be modified like the attached file: (as categorized content > is not available anymore) Nope. The "categorized content" might reappear - just set "complete_rdf" to true (which is the default I guess). I plan to distribute the "categorized content" at http://phpodpworld.sourceforge.net/ since the old site is gone. Maybe this weekend. (Remind me if nothing happens.) > another question is about the Perl module DMOZ-ParseRDF-0.14. > should i only upload the files to the same dirctory as dmoz files > are in and no modification is needed? No modifications needed, but the files should really be install in the same dirctory as dmoz files. > by the way, doesn't an unbalance " exist in ParseRDF.pm on line 149? Nope. > about installing this module, readme file only says: > INSTALLATION > > perl Makefile.PL > make > make test > make install > > and I didn't understand what they mean. It means that you have shell access to the server and can run these lines from the shell (to install the files). However, they require that you are root. Maybe read <http://www.cs.ucsc.edu/~you/notes/perl-module-install.html> I think in the case of this module, you don't have to run make and so. Just extract the files, and move ParseRDF.pm to $PERL5LIB/DMOZ/ParseRDF.pm The next version will probably just include ParseRDF.pm verbatim since the module isn't maintained any more - will make the install a lot easier... > finally, what is my reset_key and how should i get it? The docs clearly state: Open "http://yourserver/?reset=key" (where the key is set in "config.inc.php"). It's just a key so you can protect the reset mecanism. (You can reset the database (count) using the browser - without running SQL queries.) > Thank you in advance for your assistance Your welcome. Hans |