DSpace Installation Requirements People Network Hardware Software

Slides:



Advertisements
Similar presentations
Java OSS Web Technologies By Dave Ford Introduction Purpose Describe Javas relationship to the OSS community Describe OSS tools used on recent project.
Advertisements

23 rd Mar 2012 National Seminar on Managing ETDs Creation and Management of ETD Archive at IISc Bangalore using Open Source Software By Filbert Minj National.
Hyrax Installation and Customization ESIP ‘08 Summer Meeting Best Practices in Services and Data Interoperability Dan Holloway James Gallagher.
DEPARTMENT OBJECTIVES 1. To Identify and deploy information technology to meet business objective at CKPL. 2.To Provide support to users for systems usage.
CISC 474 Spring 2008 Page 1 2/11/08 Introduction Syllabus Anatomy of a Web Request Questions Some Possible Projects Assignment Photos.
Fedora 18 - Installation Mr. Samrat Guha Roy Mr. K. V. G. Rao Central Library, IIT Kharagpur.
MC365 Ant. Today We Will Cover: Overview of Ant Installing Ant Using the Ant command line tool Various Ant commands available Using Ant in Eclipse.
XMAS installation instructions Windows Version: 1.0 4/22/2008.
-Uday Dhokale. What is it ??? Installation Requirements Features Demo.
Information Networking Security and Assurance Lab National Chung Cheng University WebGoat.
Chapter 1 Web Server Setup and Configuration. Contents A.What is web server B.Installing and Configuring Web Server C.Testing the Installation.
WebServer & Tomcat By B. Venkateswarlu M.Tech Assoc Prof IT(Dept) Newton’s Institute of Engineering.
Tomcat Celsina Bignoli History of Tomcat Tomcat is the result of the integration of two groups of developers. – JServ, an open source.
Intro to Servlets Lec 26. Web-Based Enterprise Applications in Java Figure shows a simplified view of one application and its layers.
Hyrax Installation and Customization Dan Holloway James Gallagher.
Installing DSpace on Window Bharat M. Chaudhari School of Petroleum Management, PANDIT DEENDAYAL PETROLEUM UNIVERSIRY, GANDHINAGAR
The DSpace Course Module – DSpace Installation. Module objectives  By the end of this module you will:  Understand the platforms DSpace can be hosted.
Cloud IT Better.
Apache Tomcat Web Server SNU OOPSLA Lab. October 2005.
Developing Interfaces and Interactivity for DSpace with Manakin Part 2: Technical and Conceptual Overview of Dspace and Manakin Eric Luhrs Digital Initiatives.
Chapter 4 Software Hardware matters little compared to software?
SSP Capacity Planning. One powerful machine with everything.
Servlets Environment Setup. Agenda:  Setting up Java Development Kit  Setting up Web Server: Tomcat  Setting up CLASSPATH.
Ling Guo Feb 15, 2010 Database(RDBMS) Software Review Oracle RDBMS (Oracle Cooperation) 4()6 Oracle 10g Express version DB2 (IBM) IBM DB2 Express-C SQL.
Chapter 7 Problem & Cases
SITools Enhanced Use of Laboratory Services and Data Romain Conseil
Application Servers: Tomcat. What is an application server? Servlets are Java’s answer to server-side programming. Servlets are a special type of Java.
Secure Search Engine Ivan Zhou Xinyi Dong. Introduction  The Secure Search Engine project is a search engine that utilizes special modules to test the.
MIS3300_Team8 Service Aron Allen Angela Chong Cameron Sutherland Edment Thai Nakyung Kim.
|Tecnologie Web L-A Anno Accademico Laboratorio di Tecnologie Web Introduzione ad Eclipse e Tomcat
Towards Establishing a Local ORCA Instance Shade EL-Hadik Deniz Gurkan University of Houston 7th GENI Engineering Conference 03/16/2010 GEC7 – ORCA-D.
PackLet A web-based text messaging application using AX.25 packet radio technology.
ITServices Virtualization Terry Black January 2013.
Data Synchronization by Dennis Sparrow. Infrastructure  New York Board of Trade (NYBOT) maintains 3 sites –Primary Trading Floor –Primary Data Center.
COMS E Cloud Computing and Data Center Networking Sambit Sahu
Welcome to java installation. After download java software, assuming you downloaded jdk1.7.0_11 Follow the procedure bellow to install java.
The HTTP is a standard that all Web browsers and Web servers must speak in order for the Web portion of the Internet to work.
IPT – Getting Started June Online Resources Project Website Requirements Server Preparation Installation Running IPT Installation Demo Upgrade/Reinstall.
DSpace System Architecture 11 July 2002 DSpace System Architecture.
1 G52IWS: Example Web-services Chris Greenhalgh. 2 Contents Software requirements AXIS web service run-time components Getting started with Jetty & AXIS.
NJIT 1 Apache Tomcat (Version 6.0) THETOPPERSWAY.COM.
Basic Java training Harinath Mallepally
Ashley Montebello Katie Githens Wayne Rowcliffe. Project Overview Create graduate student review system for ECpE department Review system is used by students.
Career Oriented SAP BASIS training in India,uk,usa Online | classroom| Corporate Training | certifications | placements| support CONTACT US: MAGNIFIC TRAINING.
XNAT 1.7: Getting Started 6 June, Introduction In this presentation we’ll discuss:  Features and functions in XNAT 1.7  Requirements  Installing.
Introduction to Android Programming
Chapter 13 Web Application Infrastructure
Apache Tomcat & Quick Tutorial
ETL Validator Deployment Options
Agenda:- DevOps Tools Chef Jenkins Puppet Apache Ant Apache Maven Logstash Docker New Relic Gradle Git.
What is Cloud?.
Hyrax Configuration.
. . . ? ? ? ? ? ? ETL Engine Server Gateway Server Database Server
Tomcat Celsina Bignoli
Web Portal Project.
Introduction, Features & Technology
DSS Installation Training Module
Introduction of Week 3 Assignment Discussion
LAMP, WAMP and.. L. Grewe.
DHCP, DNS, Client Connection, Assignment 1 1.3
Apache Tomcat Web Server
Oracle Architecture Overview
Devops Jenkins as CI/CD tool Created By: Amrit Choudhary
EJ Grom, The Group, LLC Trang Le, EPA
SAP R/3 Installation on WIN NT-ORACLE
Increase and Improve your PC management with Windows Intune
UFCEUS-20-2 Web Programming
Module 1: Overview of Systems Management Server 2003
Deploy WebClient App on Microsoft Azure
PerformanceBridge Application Suite and Practice 2.0 IT Specifications
Presentation transcript:

DSpace Installation Requirements People Network Hardware Software … and TIME ! Francesco Bergamaschi U.O. Management Control – Università di Parma

People to install the software to maintain the server to modify and maintain the server software. Francesco Bergamaschi U.O. Management Control – Università di Parma

Network Infrastructure Link persistence Francesco Bergamaschi U.O. Management Control – Università di Parma

Hardware Buy a server or Buy a cloud server. Francesco Bergamaschi U.O. Management Control – Università di Parma

Software UNIX-like OS (i.e. Ubuntu 14.04 LTS Server) or Microsoft Windows Java JDK 7 or 8 (OpenJDK or Oracle JDK) not JRE Apache Maven 3.0.5 or above (3.3.9+)* (Java build tool) Apache Ant 1.8 or later (Java build tool) Relational Database: PostgreSQL or Oracle (i.e. PostgreSQL 9.4 or later with pgcrypto installed) Servlet Engine (Apache Tomcat 7 or later, Jetty, Caucho Resin or equivalent). Francesco Bergamaschi U.O. Management Control – Università di Parma

Installation: The installation involves three steps: Install the server operating system 2. Prepare the server with the Prerequisite Software (for DSpace) 3. Install DSpace. Francesco Bergamaschi U.O. Management Control – Università di Parma

Install DSpace: Download DSpace software Unpack the DSpace software Configure the DSpace software Compile/build the DSpace software Deploy the appropriate Webapps Test the major DSpace components. Francesco Bergamaschi U.O. Management Control – Università di Parma

Just don’t forget the Post Installation tasks like: Handle server Make Secure “logins” Disaster recovery (backups) … Francesco Bergamaschi U.O. Management Control – Università di Parma