DSpace User Interface (UI)

To reintialize DSpace

For demostration purpose DSpace is populated with one record. To remove this record and reintialize DSpace with blank installation, you should follow the following steps as shown below in screenshot.

In the terminal, login as user with root privileges and issue the following commands. NOTE: Follow the instructions. Enter your email address and set the password for DSpace adminstrator.

  • redo-dspace

  • dspace-screen

    To change the User Interface (UI)

    The xmlui interface uses Mirage2 theme. If you wish to change to other xmlui themes like Mirage, Kubrick, Default or Classic, comment and uncomment relevant lines in /home/dspace/config/xmlui.xconf

    To get JSPUI User Interface (UI)

    To make DSpace less resource hungry and to start it faster, only xmlui solr and oai are enabled in this version of LibLiveDVD. Please note in the next version DSpace-7.0 both jspui and xmlu will be replace by angular. If you wish to have jspui interface , please use the following steps:

    To get OAI records through terminal : With ver 6.3 OAI-PMH through xmlui/jspui does not work hence try following commands from terminal to import OAI records from outside OAI service providers

    open terminal and run following command to harvest oai records from DRTC repository. In the followinbg example -e is eperson login, -a is the resource from where records to be imported, -i is the collection id of the source, -m is metadata standard and -c is the collection id in which metadata records will be imported

    root@localhost:cd /home/dspace/bin
    root@localhost:/home/dspace/bin#./dspace harvest -r -e library@localhost -a https://drtc.isibang.ac.in/oai/request -i col_1849_2  -m oai_dc  -c 1/2

                             oai-screen