DSpace Conference Cum Workshop-May, 2015 at Gandhinagar
Visit the DSpace Site
http://dspace.nitrkl.ac.in:8080/dspace/
cd
/home/userchmod
+x /postgresql-9.3.5-3-linux-x64.runexecite
Go
to program list and
find [pgpadminIII].
the
dilog box will appear on screen.Create
login role as a {dspace} password a {dspace},
create
database {dspace}
/etc/init.d/postgresql-9.3
restartDspace
Installation
sudo
mkdir /dspacesudo
chown dspace /dspaceDownlaod
DSpace 5.0
releasesudo
chmod -R 777 /buildcd
/build| 1 | Java 1.6 | Download |
| 2 | Apache Ant 1.8.3 | Download (* Restart your system after Ant is installed) |
| 3 | Postgresql-9.3.5-1 | Download (password is postgres) |
4 | DSpace 4.1.2 | Downlaod |
|---|---|---|
| 5 | Compile DSpace | Download and RUN |
| 6 | Create Admin Account | Download and RUN |
| 7 | Apache Tomcat - DSpace | Install (Don't Close command Window and Java symbol) |
| 8 | Start Apache | Install and RUN |
| 0 |
Run DSpace (XMLUI)
| http://localhost:8080/xmlui |
netstat
-aunt | grep 80<!--Connectorport="8080"
protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443"
/-->
<Connector port="8081"
protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443"
/>cd /home/user/chmod
+x /postgresql-9.3.5-3-linux-x64.runenter
./postgresql-9.3.5-3-linux-x64.runCreating
Database [dspace]go to
program list {dash home} search pgadmin and click.the following dialog window will appeared on screenCreate login
role as a
{dspace}
password
a {dspace},
create database {dspace}
(see the screen above)/etc/init.d/postgresql-9.3
restartsudo
mkdir /dspacesudo
chown dspace /dspaceDownlaod DSpace 4.2 releasesudo
chmod -R 777 /build
cd
/buildsudo
cp -r /home/usr/Downloads/dspace-4.2-src-release.tar.gz /build/
cd
/build tar
-xvzf dspace-4.2-src-release.tar.gzcd
/build/dspace-4.2-src-releasemvn
-U packag
OR
mvn installConfigure
Tomcat to know about the DSpace webapps.
[If
the following command not open, check the tomcat version number and
apply in the command]
sudo
gedit /etc/tomcat6/server.xml
(if
gedit is not installed in your system type apt-get install gedit)------Add
bellow lines at the end of & before </host> section-----<!--
Define a new context path for all DSpace web apps -->
<Context
path="/xmlui" docBase="/dspace/webapps/xmlui"
allowLinking="true"/>
<Context path="/sword"
docBase="/dspace/webapps/sword"
allowLinking="true"/>
<Context path="/oai"
docBase="/dspace/webapps/oai"
allowLinking="true"/>
<Context path="/jspui"
docBase="/dspace/webapps/jspui"
allowLinking="true"/>
<Context path="/lni"
docBase="/dspace/webapps/lni"
allowLinking="true"/>
<Context path="/solr"
docBase="/dspace/webapps/solr" allowLinking="true"/>(save
and close the file )Restart
Tomcat6 (my system has tomcat 6)/etc/init.d/tomcat6 restartMake
an initial administrator account (an e-person) in DSpace:/dspace/bin/dspace
create-administratorbrowse Start Manually pm2 start /home/dspace/dspace-angular-dspace-9.2/dspace- ui.json Find PM2 binary path which pm2 Add DAILY resta...