MeltDBWiki/HowTos

From BRF-Software
Revision as of 15:03, 30 January 2007 by imported>HeikoNeuweger
Jump to navigation Jump to search

Installing a MeltDB server on Mac OS X

Prerequisities:

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 DBD::mysql


Create user_conf.sh at MeltDB_web/share/www

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


Start the MeltDB webserver