Difference between revisions of "Building Frozen Releases"

From WormBaseWiki
Jump to navigationJump to search
Line 1: Line 1:
Fetch frozen releases
+
== Fetch frozen releases ==
  
 
  $ ssh brie4  
 
  $ ssh brie4  
Line 5: Line 5:
 
  $ screen
 
  $ screen
 
  $ scp -r data_freezes wb-dev.oicr.on.ca:.
 
  $ scp -r data_freezes wb-dev.oicr.on.ca:.
 +
 +
== Installing Libraries ==
 +
 +
Assuming a vanilla Debian installation, install the following libaries via ''sudo apt-get install''. Some of these libraries are discussed below.
 +
      gcc
 +
      curl
 +
      wget
 +
      bzip2
 +
      mysql-server
 +
      mysql-server-5.0
 +
      libgd2-xpm-dev
 +
      libgd2-xpm
 +
      xinetd
 +
      libdbd-mysql
 +
      libdbd-mysql-perl
 +
      apache2
 +
      libapache2-mod-perl2
 +
      libgtk2.0-0
 +
      libgtk2.0-dev
 +
      libglib
 +
      byacc

Revision as of 17:58, 14 June 2009

Fetch frozen releases

$ ssh brie4 
$ cd ~ftp/pub/wormbase
$ screen
$ scp -r data_freezes wb-dev.oicr.on.ca:.

Installing Libraries

Assuming a vanilla Debian installation, install the following libaries via sudo apt-get install. Some of these libraries are discussed below.

     gcc
     curl
     wget
     bzip2
     mysql-server
     mysql-server-5.0
     libgd2-xpm-dev
     libgd2-xpm
     xinetd
     libdbd-mysql
     libdbd-mysql-perl
     apache2
     libapache2-mod-perl2
     libgtk2.0-0
     libgtk2.0-dev
     libglib
     byacc