Difference between revisions of "Training Video:EPrints Install"

From EPrints Documentation
Jump to: navigation, search
m (Video: changed https to http)
 
(13 intermediate revisions by one other user not shown)
Line 6: Line 6:
 
==Introduction==
 
==Introduction==
  
Walkthrough of the installation process on ubuntu
+
All EPrints repositories begin with an installation.  This video will take you through the process of installing EPrints on a Debian/Ubuntu distribution.
  
 
==What You Will Learn==
 
==What You Will Learn==
 +
 +
* How to install EPrints
 +
* How to set up the EPrints crontab
 +
* How to restart the web server
  
 
==What You Should Already Know==
 
==What You Should Already Know==
  
==Video Index==
+
Resources:
 +
* A Debian/Ubuntu Linux Server
  
* [https://www.youtube.com/watch?v=KzrS_u-4eoM&t=0:00 0:00 - Installation context]
+
Knowledge:
* [https://www.youtube.com/watch?v=KzrS_u-4eoM&t=0:30 0:30 - Documentation]
+
* Basic Linux Systems Administration
* [https://www.youtube.com/watch?v=KzrS_u-4eoM&t=0:49 0:49 - Adding apt repositories]
+
* Comfortable using the command line
* [https://www.youtube.com/watch?v=KzrS_u-4eoM&t=1:28 1:28 - Installing using apt-get]
 
* [https://www.youtube.com/watch?v=KzrS_u-4eoM&t=2:44 2:44 - Setting MySQL root password]
 
* [https://www.youtube.com/watch?v=KzrS_u-4eoM&t=4:10 4:10 - Setting a hostname in the hosts file (local DNS)]
 
* [https://www.youtube.com/watch?v=KzrS_u-4eoM&t=5:34 5:34 - Create a repository]
 
* [https://www.youtube.com/watch?v=KzrS_u-4eoM&t=8:08 8:08 - Enabling EPrints in apache]
 
* [https://www.youtube.com/watch?v=KzrS_u-4eoM&t=8:30 8:30 - Restarting Apache]
 
* [https://www.youtube.com/watch?v=KzrS_u-4eoM&t=9:02 9:02 - Verifying the repository is running]
 
* [https://www.youtube.com/watch?v=KzrS_u-4eoM&t=10:18 10:18 - Import test records]
 
* [https://www.youtube.com/watch?v=KzrS_u-4eoM&t=11:45 11:45 - Regenerating browse views]
 
* [https://www.youtube.com/watch?v=KzrS_u-4eoM&t=11:56 11:56 - Verify browse views, export and abstract page, fulltext download]
 
* [https://www.youtube.com/watch?v=KzrS_u-4eoM&t=12:40 12:40 - Set up nightly jobs (crontab)]
 
* [https://www.youtube.com/watch?v=KzrS_u-4eoM&t=16:08 16:08 - Verifying crontab commands]
 
  
 +
==Resources==
 +
=== Video===
 +
The Video can be found at [http://www.youtube.com/watch?v=KzrS_u-4eoM http://www.youtube.com/watch?v=KzrS_u-4eoM].
 +
====Index====
 +
* [http://www.youtube.com/watch?v=KzrS_u-4eoM&t=0m00s 0:00 - Installation context]
 +
* [http://www.youtube.com/watch?v=KzrS_u-4eoM&t=0m30s 0:30 - Documentation]
 +
* [http://www.youtube.com/watch?v=KzrS_u-4eoM&t=0m49s 0:49 - Adding apt repositories]
 +
* [http://www.youtube.com/watch?v=KzrS_u-4eoM&t=1m28s 1:28 - Installing using apt-get]
 +
* [http://www.youtube.com/watch?v=KzrS_u-4eoM&t=2m44s 2:44 - Setting MySQL root password]
 +
* [http://www.youtube.com/watch?v=KzrS_u-4eoM&t=4m10s 4:10 - Setting a hostname in the hosts file (local DNS)]
 +
* [http://www.youtube.com/watch?v=KzrS_u-4eoM&t=5m34s 5:34 - Create a repository]
 +
* [http://www.youtube.com/watch?v=KzrS_u-4eoM&t=8m08s 8:08 - Enabling EPrints in apache]
 +
* [http://www.youtube.com/watch?v=KzrS_u-4eoM&t=8m30s 8:30 - Restarting Apache]
 +
* [http://www.youtube.com/watch?v=KzrS_u-4eoM&t=9m02s 9:02 - Verifying the repository is running]
 +
* [http://www.youtube.com/watch?v=KzrS_u-4eoM&t=10m18s 10:18 - Import test records]
 +
* [http://www.youtube.com/watch?v=KzrS_u-4eoM&t=11m45s 11:45 - Regenerating browse views]
 +
* [http://www.youtube.com/watch?v=KzrS_u-4eoM&t=11m56s 11:56 - Verify browse views, export and abstract page, fulltext download]
 +
* [http://www.youtube.com/watch?v=KzrS_u-4eoM&t=12m40s 12:40 - Set up nightly jobs (crontab)]
 +
* [http://www.youtube.com/watch?v=KzrS_u-4eoM&t=16m08s 16:08 - Verifying crontab commands]
  
==Video==
+
==== The Video====
 +
<youtube>KzrS_u-4eoM</youtube>
  
<youtube>KzrS_u-4eoM</youtube>
+
====Notes, Errata and Additional Information====
  
==Notes, Errata and Additional Information==
+
* EPrints 3.3.14
 +
* Ubuntu 15.04
  
 
==Test Yourself==
 
==Test Yourself==
 +
 +
Install EPrints on a Debian/Ubuntu Server.
  
 
==More Reading==
 
==More Reading==
 +
 +
* [[:Category:Installation|Installation Wiki Category Page]]

Latest revision as of 12:12, 19 November 2015


Introduction

All EPrints repositories begin with an installation. This video will take you through the process of installing EPrints on a Debian/Ubuntu distribution.

What You Will Learn

  • How to install EPrints
  • How to set up the EPrints crontab
  • How to restart the web server

What You Should Already Know

Resources:

  • A Debian/Ubuntu Linux Server

Knowledge:

  • Basic Linux Systems Administration
  • Comfortable using the command line

Resources

Video

The Video can be found at http://www.youtube.com/watch?v=KzrS_u-4eoM.

Index

The Video

Notes, Errata and Additional Information

  • EPrints 3.3.14
  • Ubuntu 15.04

Test Yourself

Install EPrints on a Debian/Ubuntu Server.

More Reading