Giter Site home page Giter Site logo

cam_server_manager's Introduction

Overview

csm is a management console for CamServer.

Requirements

  • Java 11.

Building

Before being able to use gradle either comment the uploadArchives task in the build.gradle or create a ~/.gradle/gradle.properties file with following contents:

artifactoryUser=xxx
artifactoryPwd=xxx
artifactoryUrlRel=xxx
artifactoryUrlLibSnap=xxx

The JAR file csm--fat.jar can be built executing:

./gradlew build

After executing the build command, the file csm--fat.jar is located in the folder ./build/libs.

RPM

To build the RPM Java is required to be installed on your build machine (as the compilation of the Java code is not done inside the docker build container).

To build the RPM, generate the fat jar first:

./gradlew clean build

Afterwards run the docker rpm build container as follows (for RHEL7):

docker run -it --rm -v ~/.ssh:/root/.ssh -v `pwd`:/data paulscherrerinstitute/centos_build_rpm:7 package csm.spec

The resulting rpm will be placed in the rpm folder.

For SL6 use following command to build the RPM:

docker run -it --rm -v ~/.ssh:/root/.ssh -v `pwd`:/data paulscherrerinstitute/centos_build_rpm:6 package csm.spec

Launching

Launch the application typing:

java -jar csm-<version>-fat.jar <startup options...>

Startup Options

The most relevant options are:

  • -srv_url=<...> : Set the URL for the pipeline proxy server
  • -cam_srv_url=<...> : Set the URL for the camera proxy server

cam_server_manager's People

Contributors

alexgobbo avatar shadowguy avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.