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

  ViewVC Help
Powered by ViewVC 1.1.26