<?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%2FDatabaseSetup</id>
	<title>MeltDBWiki/DeveloperDocumentation/DatabaseSetup - 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%2FDatabaseSetup"/>
	<link rel="alternate" type="text/html" href="https://wiki.cebitec.uni-bielefeld.de/brf-software/index.php?title=MeltDBWiki/DeveloperDocumentation/DatabaseSetup&amp;action=history"/>
	<updated>2026-06-01T14:31:57Z</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/DatabaseSetup&amp;diff=1876&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/DatabaseSetup&amp;diff=1876&amp;oldid=prev"/>
		<updated>2011-10-26T06:16:35Z</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:16, 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/DatabaseSetup&amp;diff=1875&amp;oldid=prev</id>
		<title>imported&gt;HeikoNeuweger at 08:14, 25 July 2006</title>
		<link rel="alternate" type="text/html" href="https://wiki.cebitec.uni-bielefeld.de/brf-software/index.php?title=MeltDBWiki/DeveloperDocumentation/DatabaseSetup&amp;diff=1875&amp;oldid=prev"/>
		<updated>2006-07-25T08:14:12Z</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;
= MeltDB Database Setup =&lt;br /&gt;
&lt;br /&gt;
The MeltDB data scheme has been defined using O@DBI and the GPMS. &lt;br /&gt;
The persistent storage of the metabolomic datasets is achieved using a&lt;br /&gt;
object-relational mapping of Perl Objects to an SQL (MySQL) database.&lt;br /&gt;
&lt;br /&gt;
Fine grained user roles, rights and  permissions have been defined both on the underlying &lt;br /&gt;
database tables as well as on the application level. This makes it possible to &lt;br /&gt;
have secured acces to experiment and analysis data. The user management can be performed&lt;br /&gt;
using the web based access management system.&lt;br /&gt;
&lt;br /&gt;
==  Setting up the database  == &lt;br /&gt;
&lt;br /&gt;
Use the following GPMSDB scripts to set up a MeltDB database.&lt;br /&gt;
(Assuming the three files MELTDB.sql, meltdb_rights and meltdb_roles are in the current directory)&lt;br /&gt;
These files are found here:&lt;br /&gt;
/vol/gpms-intern/var/SQL-Table-definitions/&lt;br /&gt;
/vol/gpms-intern/projectmanagement/share/rights_and_roles/MySQL4.x/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
add_project_class.pl -c MeltDB -d &amp;#039;MeltDB Metabolomics Projects&amp;#039;&lt;br /&gt;
add_datasource_type.pl -y MeltDB -s MELTDB.sql -m &amp;#039;MELT::DB&amp;#039;&lt;br /&gt;
add_project.pl -p &amp;#039;MeltDB_Test&amp;#039; -c MeltDB -d &amp;#039;Metabolomics test project (H.Neuweger)&amp;#039; -a &amp;#039;CeBiTec&amp;#039;&lt;br /&gt;
add_db.pl -H dbhost -t MySQL-4.1.8 -y MeltDB -A O2DBI2 -p MeltDB_Test -D MeltDB_Test&lt;br /&gt;
add_rights.pl -f meltdb_rights&lt;br /&gt;
add_role.pl -f meltdb_roles&lt;br /&gt;
add_member.pl -l &amp;#039;hneuwege&amp;#039; -p &amp;#039;MeltDB_Test&amp;#039; -r Developer&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Refreshing the Database ===&lt;br /&gt;
&lt;br /&gt;
The development strategy of MeltDB realizes prototype based exploration.&lt;br /&gt;
Changes in the database design will therefore be quite common, the update of the database &lt;br /&gt;
files can be achieved in the following way (GPMS user gpmsadmin is required):&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /vol/gpms-intern/projectmanagement/share/exec&lt;br /&gt;
export INSTALLDIR=/vol/gpms-intern/projectmanagement/&lt;br /&gt;
. build_environment&lt;br /&gt;
perl del_datasource.pl -D MeltDB_Test -z&lt;br /&gt;
perl add_db.pl -H dbhost -t MySQL-4.1.8 -y MeltDB -A O2DBI2 -p MeltDB_Test -D MeltDB_Test&lt;br /&gt;
perl add_member.pl -l &amp;#039;hneuwege&amp;#039; -p &amp;#039;MeltDB_Test&amp;#039; -r Developer&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;HeikoNeuweger</name></author>
	</entry>
</feed>