<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.cebitec.uni-bielefeld.de/brf-software/index.php?action=history&amp;feed=atom&amp;title=MeltDBWiki%2FDeveloperDocumentation%2FPersonalWebServer</id>
	<title>MeltDBWiki/DeveloperDocumentation/PersonalWebServer - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cebitec.uni-bielefeld.de/brf-software/index.php?action=history&amp;feed=atom&amp;title=MeltDBWiki%2FDeveloperDocumentation%2FPersonalWebServer"/>
	<link rel="alternate" type="text/html" href="https://wiki.cebitec.uni-bielefeld.de/brf-software/index.php?title=MeltDBWiki/DeveloperDocumentation/PersonalWebServer&amp;action=history"/>
	<updated>2026-04-29T09:36:27Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.7</generator>
	<entry>
		<id>https://wiki.cebitec.uni-bielefeld.de/brf-software/index.php?title=MeltDBWiki/DeveloperDocumentation/PersonalWebServer&amp;diff=1159&amp;oldid=prev</id>
		<title>Admin: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://wiki.cebitec.uni-bielefeld.de/brf-software/index.php?title=MeltDBWiki/DeveloperDocumentation/PersonalWebServer&amp;diff=1159&amp;oldid=prev"/>
		<updated>2011-10-26T06:15:08Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 08:15, 26 October 2011&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.cebitec.uni-bielefeld.de/brf-software/index.php?title=MeltDBWiki/DeveloperDocumentation/PersonalWebServer&amp;diff=1158&amp;oldid=prev</id>
		<title>imported&gt;HeikoNeuweger at 08:41, 25 July 2006</title>
		<link rel="alternate" type="text/html" href="https://wiki.cebitec.uni-bielefeld.de/brf-software/index.php?title=MeltDBWiki/DeveloperDocumentation/PersonalWebServer&amp;diff=1158&amp;oldid=prev"/>
		<updated>2006-07-25T08:41:28Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
= Setting up a personal MeltDB Web Server at the [[CeBiTec]] =&lt;br /&gt;
&lt;br /&gt;
Here we describe how to set up a personal MeltDB Webserver within the CeBiTec environment.&lt;br /&gt;
&lt;br /&gt;
The following documentation was written for the head version of the MeltDB CVS repository.&lt;br /&gt;
&lt;br /&gt;
If you have not done so already, create a CVS directory in your home directory (e.g. `CVS_HEAD`) where you will store the current MeltDB sources:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd&lt;br /&gt;
mkdir CVS_HEAD&lt;br /&gt;
cd CVS_HEAD&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Check out the following modules from the CVS repository (make sure your `CVS_ROOT` and `CVS_RSH` environment variables are set, see the [http://intranet/Programming/cvs-local.shtml internal CVS documentation] for further details):&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cvs co bioinfo/common&lt;br /&gt;
cvs co bioinfo/MeltDB&lt;br /&gt;
cvs co bioinfo/MeltDB_web&lt;br /&gt;
cvs co bioinfo/projectmanagement&lt;br /&gt;
cvs co bioinfo/GOPArc&lt;br /&gt;
cvs co bioinfo/BRIDGE&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Create a `user_conf.sh` file in the `CVS_HEAD/bioinfo/gendb_web/share/www/`&lt;br /&gt;
directory. This file must contain the following lines:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
PORT=9000&lt;br /&gt;
CVS_SUBDIR=CVS_HEAD &lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The `PORT` variable defines the port where your web server process will wait for requests (here `9000` is an example which has to be substituted by a port number on your machine).&lt;br /&gt;
Make sure this port is not used yet. The `CVS_SUBDIR` sets the directory relative to your home-directory where the checked out CVS `bioinfo` subdirectory can be found. In this example it is `CVS_HEAD`.&lt;br /&gt;
&lt;br /&gt;
Open a remote shell on a host like bane, hook or trillian:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
rsh bane&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Change to the `MeltDB_web` directory on that host and run the `apache2` script with parameter `start`:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd ~/CVS_HEAD/bioinfo/MeltDB_web&lt;br /&gt;
./apache2 start&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This will start an httpd process on the current machine that listens on the port you provided in the `user_conf.sh` file.&lt;br /&gt;
&lt;br /&gt;
If you now direct your browser to the corresponding address that you have configured for your web server, e.g.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
http://bane:9000&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
you should see the login dialog of MeltDB.&lt;br /&gt;
&lt;br /&gt;
Executing&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd ~/CVS_HEAD/bioinfo/MeltDB_web&lt;br /&gt;
./apache2 stop&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
will stop the web server. Do not forget to restart the web server if Perl modules were modified or updated. Changes in CGI scripts and templates will get updated automatically.&lt;br /&gt;
&lt;br /&gt;
In order to read error messages that were produced by your web server, check the error logs in&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
~/CVS_HEAD/bioinfo/MeltDB_web/share/logs&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A convenient way to analyze current errors is the use of &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
tail -f &amp;lt;logfile&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Make sure that you execute the `tail` command on the same host that the httpd process is running on (otherwise the results will be displayed with delay):&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
rsh bane&lt;br /&gt;
cd ~/CVS_HEAD/bioinfo/MeltDB_web/share/logs&lt;br /&gt;
tail -f MeltDB.errors&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you encounter problems, send an email to the  gendb mailing list ([[MailTo(meltdb AT cebitec DOT uni DASH bielefeld DOT de)]]) or contact one of the [http://www.cebitec.uni-bielefeld.de/groups/brf/software/MeltDB_info/people.html MeltDB developers] directly.&lt;/div&gt;</summary>
		<author><name>imported&gt;HeikoNeuweger</name></author>
	</entry>
</feed>