Difference between revisions of "TEIDebian"

From TEIWiki
Jump to navigation Jump to search
(Synopsis)
(updated page to reflect the current status of the Debian packages)
Line 28: Line 28:
 
== Documentation ==
 
== Documentation ==
  
Instructions for installation, assuming that you're installing the packages to generate TEI from subversion
 
* Have a modern running Ubuntu / Debian system. I used Ubuntu 15.4
 
 
* Do the following to add the GPG key to your system:
 
* Do the following to add the GPG key to your system:
  
  sudo apt-key adv --keyserver wwwkeys.uk.pgp.net --recv-keys FEA4973F86A9A497
+
  sudo apt-key adv --keyserver wwwkeys.uk.pgp.net --recv-keys 19CF3E497B9824DC
  
* Add the following line to /etc/apt/sources.list
+
* Add the following line to /etc/apt/sources.list (you'll need <code>apt-transport-https</code> installed)
  
  deb http://tei.oucs.ox.ac.uk/teideb/binary ./
+
  deb https://packages.tei-c.org/deb/binary ./
  
 
* Refresh the package lists
 
* Refresh the package lists
Line 42: Line 40:
 
  apt-get update
 
  apt-get update
  
* Install the packages (it's possible that not quite all of these packages are strictly needed). If the system suggests you install any package with suffix -doc, it's usually a good idea to install it, since these are the documentation package matching the packages you're installing. The install is broken up into packages from the general ubuntu repository and packages from the TEI repository.
+
* Install the packages
  
  apt-get install psgml xmlstarlet debiandoc-sgml linuxdoc-sgml jing jing-trang-doc libjing-java rnv texlive-xetex
+
  apt-get install  tei-p5-doc tei-p5-xsl tei-p5-schema tei-p5-source
  apt-get install trang-java tei-p5-doc tei-emacs saxon nxml-mode-tei tei-p5-xsl  tei-p5-xsl2 tei-roma onvdl
 
  
* Purge the gcj java components from your system to prevent obscure bugs and incompatabilities:
 
 
apt-get remove `apt-cache search gcj | grep gcj | awk '{print $1}'`
 
 
* If you use tei-oxygen, you will need a [http://www.oracle.com/technetwork/java/javase/downloads/index.html Java SE Runtime Environment from Oracle(formerly Sun)].
 
  
 
== Tech support ==
 
== Tech support ==
Contact Sebastian Rahtz with questions.
+
Contact Peter Stadler or anyone else from the TEI Council with questions.
  
 
== User community ==
 
== User community ==
Line 63: Line 55:
  
 
== Current version number and date of release ==
 
== Current version number and date of release ==
2009-12-13: tei-emacs no longer depends on tdtd.
+
* 2017-07-10: moved location of Debian packages to http://packages.tei-c.org/deb/ and created a new PGP key.
 +
 
  
 
== History of versions ==
 
== History of versions ==
 +
* 2009-12-13: tei-emacs no longer depends on tdtd.
 
* 2007-11-05: updated to work with <oXygen/> v. 9.0
 
* 2007-11-05: updated to work with <oXygen/> v. 9.0
 
* 2007-05-26: update
 
* 2007-05-26: update
  
 
== How to download or buy ==
 
== How to download or buy ==
http://tei.oucs.ox.ac.uk/teideb/
+
http://packages.tei-c.org/deb/
  
 
== Additional notes ==
 
== Additional notes ==
* At http://tei.oucs.ox.ac.uk/teideb/ you can also download a customized Ubuntu Live CD with these packages.
 
* [[Setting up a Jenkins server]] explains how you can set up a continuous integration server using Ubuntu. A Jenkins server watches the TEI source code and compiles new versions of all the TEI products, including the TEI Debian packages, whenever a change is made to the source.
 

Revision as of 16:38, 11 July 2017


Synopsis

This is a set of unofficial, unguaranteed, Debian packages with TEI-useful software and resources packaged by the TEI Technical Council.

List of packages available at http://packages.tei-c.org/deb/ .

Features

User commentary

Please sign all comments.


System requirements

(type in that information here)

Source code and licensing

open source

Support for TEI

TEI software and schemas are included.

Language(s)

Documentation

  • Do the following to add the GPG key to your system:
sudo apt-key adv --keyserver wwwkeys.uk.pgp.net --recv-keys 19CF3E497B9824DC
  • Add the following line to /etc/apt/sources.list (you'll need apt-transport-https installed)
deb https://packages.tei-c.org/deb/binary ./
  • Refresh the package lists
apt-get update
  • Install the packages
apt-get install  tei-p5-doc  tei-p5-xsl tei-p5-schema tei-p5-source


Tech support

Contact Peter Stadler or anyone else from the TEI Council with questions.

User community

Sample implementations

Current version number and date of release


History of versions

  • 2009-12-13: tei-emacs no longer depends on tdtd.
  • 2007-11-05: updated to work with <oXygen/> v. 9.0
  • 2007-05-26: update

How to download or buy

http://packages.tei-c.org/deb/

Additional notes