0% found this document useful (0 votes)
163 views2 pages

Install Eprints 3.4

The document outlines the steps to install and configure an EPrints repository on a system including installing required packages and libraries, configuring Apache and MySQL, cloning the EPrints GitHub repository, extracting additional files, moving files to their proper locations, and creating the initial EPrints database.

Uploaded by

om empo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
163 views2 pages

Install Eprints 3.4

The document outlines the steps to install and configure an EPrints repository on a system including installing required packages and libraries, configuring Apache and MySQL, cloning the EPrints GitHub repository, extracting additional files, moving files to their proper locations, and creating the initial EPrints database.

Uploaded by

om empo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

apt-get update

2 apt-get upgrade
3 apt-get install perl libncurses5 libselinux1 libsepol1 apache2 libapache2-
mod-perl2 libxml-libxml-perl libunicode-string-perl libterm-readkey-perl libmime-
lite-perl libmime-types-perl libdigest-sha-perl \
4 apt-get install perl libncurses5 libselinux1 libsepol1 apache2 libapache2-
mod-perl2 libxml-libxml-perl
5 apt-get install libunicode-string-perl libterm-readkey-perl libmime-lite-
perl libmime-types-perl libdigest-sha-perl
6 apt-get install libdbd-mysql-perl libxml-parser-perl libxml2-dev libxml-
twig-perl libarchive-any-perl libjson-perl
7 apt-get install liblwp-protocol-https-perl libtext-unidecode-perl lynx wget
ghostscript xpdf antiword elinks
8 apt-get install texlive-base texlive-base-bin psutils imagemagick adduser
tar gzip mysql-server mysql-client unzip
9 apt-get install libsearch-xapian-perl libtex-encode-perl
10 nano /etc/ssh/sshd_config
11 sudo /etc/init.d/ssh restart
12 adduser eprints
13 nano /etc/apache2/envvars
14 apt-get install git
15 git clone https://github.com/eprints/eprints3.4.git /usr/share/eprints
16 cd /usr/share/eprints
17 git checkout tags/v3.4.2
18 chown -R eprints:eprints
19 ls
20 wget https://files.eprints.org/2500/8/eprints-3.4.2-flavours.tar.gz
21 ls
22 tar -xzvf eprints-3.4.2-flavours.tar.gz
23 ls
24 mv eprints-3.4.2/flavours/pub_lib /usr/share/eprints/flavours
25 cd ..
26 mv eprints-3.4.2/flavours/pub_lib /usr/share/eprints/flavours
27 cd eprints/
28 ls
29 cd eprints-3.4.2/
30 ls
31 cd ..
32 cd flavours/
33 ls
34 cd pub_lib/
35 ls
36 cd ..
37 ls
38 mv eprints-3.4.2/flavours/pub_lib /usr/share/eprints/flavours
39 rm -R eprints-3.4.2
40 rm -R eprints-3.4.2-flavours.tar.gz
41 ls
42 cd perl_lib/service mysql status
43 service mysql status
44 su -eprints
45 su - eprints
38 mv eprints-3.4.2/flavours/pub_lib /usr/share/eprints/flavours
39 rm -R eprints-3.4.2
40 rm -R eprints-3.4.2-flavours.tar.gz
41 ls
42 cd perl_lib/service mysql status
43 service mysql status
44 su -eprints
45 su - eprints
38 mv eprints-3.4.2/flavours/pub_lib /usr/share/eprints/flavours
39 rm -R eprints-3.4.2
40 rm -R eprints-3.4.2-flavours.tar.gz
41 ls
42 cd perl_lib/service mysql status
43 service mysql status
44 su -eprints
45 su - eprints

ls
2 cd /usr/share/eprints
3 ls
4 bin/epadmin create
5 epadmin create pub
6 bin/epadmin create pub
7 ./bin/epadmin create zero
8 exit

You might also like