-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
43 lines (37 loc) · 1.58 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
************** GLUE 2.0 SQL implementation ****************
URL: http://redmine.ogf.org/projects/glue-wg
Authors: David Horat ([email protected]), CERN
Laurence Field ([email protected]), CERN
***********************************************************
+++++++++++++++++++++++++++
Version history
+++++++++++++++++++++++++++
v0.1 - Initial release. 23/04/2009
+++++++++++++++++++++++++++
Synopsis
+++++++++++++++++++++++++++
GLUE 2.0 SQL implementation is an SQL implementation of the GLUE 2.0 grid
interoperability specifications which can be found at [1].
+++++++++++++++++++++++++++
File description
+++++++++++++++++++++++++++
Files included in the package:
dia/ Directory containing all the DIA schemas
*.dia DIA schemas for development purposes
compile-sql.sh Script to compile all DIA schemas into a single SQL file
README This file
Files created when executing scripts:
GLUE20-mysql.schema The file created by compile-schema.sh for MySQL MyISAM
GLUE20-innodb.schema The file created by compile-schema.sh for MySQL InnoDB
+++++++++++++++++++++++++++
Getting started
+++++++++++++++++++++++++++
1) compile-sql.sh
Change directory to where this file is located and execute it as:
./compile-sql.sh mysql
It will output a file called 'GLUE20-mysql.schema' which is a compilation of all
DIA schemas under the DIA/ directory translated into SQL for the MySQL MyISAM.
If the file 'GLUE20-mysql.sql' already exists, it will copy it
into 'GLUE20-mysql.sql.bak'.
NOTE: If the default values do not fit your needs, feel free to edit the script
and change them. It is easy to do! :)