Difference between revisions of "TEIDebian"
Jump to navigation
Jump to search
(→Additional notes) |
(→Documentation) |
||
Line 30: | Line 30: | ||
Instructions for installation, assuming that you're installing the packages to generate TEI from subversion | 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 10.4 | * Have a modern running Ubuntu / Debian system. I used Ubuntu 10.4 | ||
+ | * Do the following to add the GPG key to your system: | ||
+ | |||
+ | gpg --keyserver wwwkeys.pgp.net --keyserver-options timeout=300 --recv-keys FEA4973F86A9A497 | ||
+ | apt-key add ~/.gnupg/pubring.gpg | ||
+ | |||
* Add the following line to /etc/apt/sources.list | * Add the following line to /etc/apt/sources.list | ||
Revision as of 04:57, 11 April 2013
Contents
- 1 Synopsis
- 2 Features
- 3 User commentary
- 4 System requirements
- 5 Source code and licensing
- 6 Support for TEI
- 7 Language(s)
- 8 Documentation
- 9 Tech support
- 10 User community
- 11 Sample implementations
- 12 Current version number and date of release
- 13 History of versions
- 14 How to download or buy
- 15 Additional notes
Synopsis
"This is a set of unofficial, unguaranteed, Debian packages for learning materials packaged by OSS Watch, and TEI-useful software and resources. They have been used to build Ubuntu and Knoppix remasters for OSS Watch and the TEI."
List of packages available at http://tei.oucs.ox.ac.uk/teideb/ .
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
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 10.4
- Do the following to add the GPG key to your system:
gpg --keyserver wwwkeys.pgp.net --keyserver-options timeout=300 --recv-keys FEA4973F86A9A497 apt-key add ~/.gnupg/pubring.gpg
- Add the following line to /etc/apt/sources.list
deb http://tei.oucs.ox.ac.uk/teideb/binary ./
- Refresh the package lists
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.
apt-get install psgml xmlstarlet debiandoc-sgml linuxdoc-sgml jing jing-trang-doc libjing-java rnv texlive-xetex 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 Java SE Runtime Environment from Oracle(formerly Sun).
Tech support
Contact Sebastian Rahtz with questions.
User community
Sample implementations
Current version number and date of release
2009-12-13: tei-emacs no longer depends on tdtd.
History of versions
- 2007-11-05: updated to work with <oXygen/> v. 9.0
- 2007-05-26: update
How to download or buy
http://tei.oucs.ox.ac.uk/teideb/
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.