GithubHelp home page GithubHelp logo

instantbibi's Introduction

CircleCI

Bibiserv

Web application framework mainly for bioinformatic developers to publish their tools with an user-friendly web interface.

Development-Guidelines

https://github.com/BiBiServ/Development-Guidelines

How to build the project?

dependency: >= Maven 3.3.9

Run

mvn package

How to version the project?

We decided that all modules should have the same version as the parent module. By using the below command in the project root you can update all child modules at once.

mvn  versions:set -DnewVersion=<version>

where

  • version = 2.1.0.alpha.2

instantbibi's People

Contributors

jkrue avatar pbelmann avatar xlrname avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

instantbibi's Issues

Stop/Undeploy

Add to the readme a description for stopping and undeploying the bibiserv.

asadmin proxy setting

Add jobproxy parameter for using proxy:

Something like this before running the other asadmin commands:

  
      <target name="deploy" depends=".config.setting" description="(re)deploys bibimainapp">
 
 
 	<exec executable="${basedir}/glassfish/bin/asadmin" failifexecutionfails="true"
 	    failonerror="true">
 	    <arg value="--user=admin"/>
 	    <arg value="--passwordfile=appserver_config/local.passwordfile"/>
 	    <arg value="--port=${admin.port}"/>
 	    <arg value="--host=localhost"/>
 	    <arg value="create-jvm-options"/>
 	    <arg value="-Dhttp.proxyHost=rzproxy.helmholtz-hzi.de"/>
 	</exec>
 	<exec executable="${basedir}/glassfish/bin/asadmin" failifexecutionfails="true"
 	    failonerror="true">
 	    <arg value="--user=admin"/>
 	    <arg value="--passwordfile=appserver_config/local.passwordfile"/>
 	    <arg value="--port=${admin.port}"/>
 	    <arg value="--host=localhost"/>
 	    <arg value="create-jvm-options"/>
 	    <arg value="-Dhttp.proxyPort=3128"/>
 	</exec>

version

If we distribute the instantbibi to developers and maybe users it should report its version number . That way a user/developer could for example tell us the instantbibi version that does not work.

instantbibi does not start with openjdk 8

while calling

ant instant.environment && ant install.wizard

it throws:

BUILD FAILED
/home/ubuntu/instantbibi/build.xml:155: The following error occurred while executing this line:
/home/ubuntu/instantbibi/build.xml:680: The following error occurred while executing this line:
/home/ubuntu/instantbibi/appserver_config/build.xml:221: The following error occurred while executing this line:
/home/ubuntu/instantbibi/appserver_config/build.xml:672: Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK.
It is currently set to "/usr/lib/jvm/java-8-openjdk-amd64/jre"

Total time: 6 minutes 55 seconds

It seems that oracle Java is required.

I've tested the installation with both โ€“ openJDK 8 and Oracle JDK 8 โ€“ it works only with the last one.

portbase=>8000

The readme does not tell that the default portbase is 8000.

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.