/[Semantic-Engine]/EPrints/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /EPrints/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18 - (show annotations)
Mon Jul 2 12:55:49 2007 UTC (16 years, 10 months ago) by dpavlin
File size: 328 byte(s)
mix-in KinoSearch::Simple to fine-tune scores
1 all:
2 @echo "make [index|test]"
3
4 perms:
5 sudo chgrp www-data . eprints.db
6 sudo chmod g+wr . eprints.db
7 sudo chmod 644 kinoindex/*
8
9 test:
10 sudo -u www-data ./search.cgi query=djeca >/dev/null
11 prove -v t/*
12
13 clean:
14 rm -Rf kinoindex/
15 rm eprints.db
16
17 cpan:
18 sudo cpan Data::Dump
19
20 index: clean reindex perms
21
22 reindex:
23 ./index.pl

  ViewVC Help
Powered by ViewVC 1.1.26