/[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 10 - (show annotations)
Fri Jun 29 16:47:45 2007 UTC (16 years, 10 months ago) by dpavlin
File size: 208 byte(s)
cpan target to install required modules using cpan shell
1 all:
2 @echo "make [perms|test]"
3
4 perms:
5 sudo chgrp www-data . eprints.db
6 sudo chmod g+w . eprints.db
7
8 test:
9 sudo -u www-data ./search.cgi query=djeca >/dev/null
10 prove -v t/*
11
12 cpan:
13 sudo cpan Data::Dump

  ViewVC Help
Powered by ViewVC 1.1.26