Skip to content

UNICORE-EU/unicorex

Repository files navigation

UNICORE/X

This repository contains the source code for UNICORE/X, which is the central component of a typical UNICORE installation. UNICORE/X provides REST APIs for job management and data access services for a single compute cluster (or just a file system).

Download

UNICORE/X is distributed as part of the "Core Server" bundle and can be downloaded from SourceForge

Documentation

See the UNICORE/X manual

Building from source

You need Java and Apache Maven.

The Java code is built and unit tested using

mvn install

To skip unit testing

mvn install -DskipTests

The following commands create distribution packages in tgz, deb and rpm formats

Do a cd unicorex-dist or cd registry-dist for UNICORE/X or Registry.

  • tgz

    mvn package -DskipTests -Ppackman -Dpackage.type=bin.tar.gz

  • deb

    mvn package -DskipTests -Ppackman -Dpackage.type=deb -Ddistribution=Debian

  • rpm

    mvn package -DskipTests -Ppackman -Dpackage.type=rpm -Ddistribution=RedHat

About

UNICORE/X is the central component providing job management and data access services

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages