MeltDBWiki/HowTos: Difference between revisions

From BRF-Software
Jump to navigation Jump to search
imported>HeikoNeuweger
No edit summary
 
imported>HeikoNeuweger
No edit summary
Line 6: Line 6:


* xampp (version 0.5) package for Mac OS X  
* xampp (version 0.5) package for Mac OS X  
* R
* R http://cran.r-project.org/bin/macosx/
* XCMS
* XCMS http://metlin.scripps.edu/download/
* metaB
* metaB  


checkout the following modules from the bioinfo CVS repository at [[CeBiTec]]
checkout the following modules from the bioinfo CVS repository at [[CeBiTec]]
Line 38: Line 38:
<pre><nowiki>
<pre><nowiki>
cd /Applications/xampp/xamppfiles/bin/
cd /Applications/xampp/xamppfiles/bin/
./cpan CGI::Session::MySQL Digest::MD5 DB_File::Lock Fcntl Crypt::GeneratePassword DBI Config::IniFiles HTML::Template CGI::Ajax
./cpan CGI::Session::MySQL Digest::MD5 DB_File::Lock Fcntl Crypt::GeneratePassword DBI Config::IniFiles HTML::Template CGI::Ajax DBD::mysql
</nowiki></pre>
</nowiki></pre>



Revision as of 15:03, 30 January 2007

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