WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

ami-team/AMICore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LPSC      IN2P3      UGA      CERN      CERN

AMI

The ATLAS Metadata Interface (AMI) is a generic high level framework for metadata cataloguing. It was originally developed for the A Toroidal LHC ApparatuS (ATLAS) experiment, one of the two general-purpose detectors at the Large Hadron Collider (LHC).

Compiling AMI

  • Requirements

Make sure that Java 11 and Maven 3 are installed:

java -version
mvn -version
  • Installing Oracle JDBC driver 12c

Download Oracle JDBC driver 12c. Edit get_ojdbc.sh and set the proper JAR version:

JAR=ojdbc8.jar
JAR_VERSION=12.2.0.1

mvn install:install-file \
        -DgeneratePom=true \
        -DgroupId=com.oracle -DartifactId=ojdbc8 \
        -Dpackaging=jar -Dfile=$JAR -Dversion=$JAR_VERSION

Run get_ojdbc.sh:

./get_ojdbc.sh
  • Compiling sources
mvn package

Developers

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •