Difference between revisions of "SUNScholar/DSpace"

From Libopedia
Jump to navigation Jump to search
Line 2: Line 2:
  
 
The following wiki pages describe the procedures to install a "vanilla" DSpace version 1.8.2 instance using an Ubuntu 10.04 LTS server as we did for our [http://scholar.sun.ac.za SUNScholar] server.
 
The following wiki pages describe the procedures to install a "vanilla" DSpace version 1.8.2 instance using an Ubuntu 10.04 LTS server as we did for our [http://scholar.sun.ac.za SUNScholar] server.
 +
 +
'''<font color="red" size="2">*** It is essential that you follow the procedures step-by-step ***</font>
  
 
''If you intend to use these wiki pages for an installation workshop on your campus, then make sure each computer and server has open and unrestricted access to the internet.''
 
''If you intend to use these wiki pages for an installation workshop on your campus, then make sure each computer and server has open and unrestricted access to the internet.''
  
 
We are currently investigating using cloud services to provision repository systems.  [[OpenStack|Click here]] to find out how the investigation is going.
 
We are currently investigating using cloud services to provision repository systems.  [[OpenStack|Click here]] to find out how the investigation is going.
 
'''<font color="red" size="2">It is essential that you follow the procedures step-by-step !</font>
 
  
 
==NANO Editor==
 
==NANO Editor==

Revision as of 10:32, 12 June 2013

Template:SUNScholar

The following wiki pages describe the procedures to install a "vanilla" DSpace version 1.8.2 instance using an Ubuntu 10.04 LTS server as we did for our SUNScholar server.

*** It is essential that you follow the procedures step-by-step ***

If you intend to use these wiki pages for an installation workshop on your campus, then make sure each computer and server has open and unrestricted access to the internet.

We are currently investigating using cloud services to provision repository systems. Click here to find out how the investigation is going.

NANO Editor

Before attempting any customisation, please make sure you are familiar with using the NANO editor. See below for help.


NANO Editor Help
CTL+O = Save the file and then press Enter
CTL+X = Exit "nano"
CTL+K = Delete line
CTL+U = Undelete line
CTL+W = Search for %%string%%
CTL+\ = Search for %%string%% and replace with $$string$$
CTL+C = Show line numbers

More info = http://en.wikipedia.org/wiki/Nano_(text_editor)


Procedure 1: Install Ubuntu Server

Procedure 2: Prepare Ubuntu Server

Procedure 3: Install DSpace Repository Software

Knowledge Base

https://wiki.duraspace.org/display/DSpaceKB/DSpace+KnowledgeBase - DSpace Knowledge Base
Back to Guidelines