Difference between revisions of "Installing EPrints on RHEL/Fedora/CentOS"

From EPrints Documentation
Jump to: navigation, search
(SELinux)
Line 29: Line 29:
 
==SELinux==
 
==SELinux==
  
If you're using SELinux on your server you will need to give Apache read/rewrite access to the documents directory for any repository you create:
+
If you're using SELinux on your server you will need to give Apache read/rewrite access to the documents directory for all repositories you create:
  
 
  chcon -R -h -t httpd_sys_script_rw_t /opt/eprints3/archives/[repoid]/documents/
 
  chcon -R -h -t httpd_sys_script_rw_t /opt/eprints3/archives/[repoid]/documents/

Revision as of 17:11, 29 April 2010


Requirements

  • RedHat Enterprise 5.5 (earlier versions may work)

Installing

Add the rpm.eprints.org repository key:

rpm -ivh http://rpm.eprints.org/rpm-eprints-org-key-1-1.noarch.rpm

... the rpm.eprints.org RHEL updates repository:

rpm -ivh http://rpm.eprints.org/RHEL/5Server/noarch/rpm-eprints-org-RHEL-5-1.noarch.rpm

... the rpm.eprints.org EPrints repository:

rpm -ivh http://rpm.eprints.org/eprints/noarch/rpm-eprints-org-1-1.noarch.rpm

Upgrade your XML libraries:

yum upgrade libxml libxslt perl-XML-LibXML perl-XML-LibXSLT

Install EPrints 3:

yum install eprints3

SELinux

If you're using SELinux on your server you will need to give Apache read/rewrite access to the documents directory for all repositories you create:

chcon -R -h -t httpd_sys_script_rw_t /opt/eprints3/archives/[repoid]/documents/