Difference between revisions of "EPrints Training Course"

From EPrints Documentation
Jump to: navigation, search
(Advanced Configuration)
(The EPrints API)
Line 85: Line 85:
 
** Datasets and Dataobjs
 
** Datasets and Dataobjs
 
** XML and DOM
 
** XML and DOM
* Advanced Configuration
 
 
* Developing Plugins and Bazaar Packages
 
* Developing Plugins and Bazaar Packages
 
** [[Training_Video:Export_Plugin_Bazaar_Package|Export Plugin Bazaar Package]]
 
** [[Training_Video:Export_Plugin_Bazaar_Package|Export Plugin Bazaar Package]]

Revision as of 14:12, 7 October 2015


This page is intended to tie together training videos and other resources into a set of comprehensive training courses for EPrints. It is intended to serve as an introduction to EPrints for users, administrators and systems administrators involved with running an EPrints Repository.

EPrints Introduction and Overview

  • EPrints Key Features Tour

Course Streams

Using EPrints

...as a User

  • Depositing an EPrint
  • Importing EPrints
  • Saved Searches and Notifications
  • Exporting EPrints
  • Managing Your User Profile

...as an Editor

  • The Editorial Buffer
  • The Staff Search

...as an Administrator

  • Managing Users
    • Editing User Records
    • Understanding User Roles and Permissions
  • Basic Troubleshooting
    • Checking and Starting the Indexer
  • Batch Editing

Configuring EPrints

Basic Configuration

Basic configuration can be done at the front-end, and requires no knowledge of perl or the EPrints API.

Advanced Configuration

Advanced configuration assumes some knowledge of the command-line and sometimes a little bit of Perl.

Maintaining and Developing EPrints

Systems Administration

The EPrints API

Core Development

  • Creating a Dev Environment
  • Creating Pull Requests