MeltDBWiki/HowTos

From BRF-Software
Revision as of 14:31, 30 January 2007 by imported>HeikoNeuweger
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Installing a MeltDB server on Mac OS X

Prerequisities:

  • xampp (version 0.5) package for Mac OS X
  • R
  • XCMS
  • metaB

checkout the following modules from the bioinfo CVS repository at CeBiTec

  • MeltDB
  • MeltDB_web
  • projectmanagement


cd 
mkdir Melt
cd Melt
cvs update -dPA MeltDB MeltDB_web projectmanagement


su root
cd /Applications/xampp/xamppfiles/lib
chmod 755 perl5


Install additional perl Modules

cd /Applications/xampp/xamppfiles/bin/
./cpan CGI::Session::MySQL Digest::MD5 DB_File::Lock Fcntl Crypt::GeneratePassword DBI Config::IniFiles HTML::Template CGI::Ajax


Create user_conf.sh at MeltDB_web/share/www

PORT=60086
INSTALLDIR=/Users/<your_login>/Melt/
APACHEDIR=/Applications/xampp/xamppfiles/


Start the MeltDB webserver