GBrowse Ubuntu HOWTO

From GMOD
Revision as of 16:12, 17 April 2007 by Lstein (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

GBrowse does not have a .deb package, but several of its prerequisites are distributed in this way. This document describes how to install GBrowse on Ubuntu and other Linux distributions that use the Debian packaging system.

Prerequisites

Install Apache and Apache-modperl
 sudo apt-get install libapache2-mod-perl2
 sudo apt-get install libapache2-mod-perl2-dev
 sudo apt-get install libapache2-mod-perl2-doc
 sudo apt-get install apache2-doc
Install libgd
 sudo apt-get install libgd2-dev
Install MySQL database (optional, but recommended)
 sudo apt-get install mysql-server

Installing GBrowse with the Net Installer