Giter Club home page Giter Club logo
Chipster v3 has reached end-of-life
-----------------------------------

Up to version 3.x Chipster was a desktop application requiring Java Web Start. 
Chipster version 4 is a web application which runs on your browser. 

Here are some links to get started with the new Chipster v4:
- Main website: https://chipster.csc.fi
- Installation instructions: https://github.com/chipster/chipster-openshift/tree/k3s/k3s
- Source code: https://github.com/chipster

Chipster Source Package
-----------------------

Out-of-the-box this project can be built with Ant and used with Eclipse.
Source package structure follows Maven layout, but this is not a Maven project. 
Unlike in Maven, xternal dependencies are located in "ext" directory.

This is a version of Chipster which is supposed to be running with Chipster Jog Manager component.

For license, see LICENSE.TXT.


Building
--------

For building options, use "ant -p" in project root directory.

For complete build, use "ant". Please note that you need to have keystore 
available because client JAR needs to be signed. Any key will do, so 
you can use "keytool" to generate your signing key.

To build a freshly checked out project directory, go to command line and
in the project directory give following command:

keytool -genkey -alias chipster -keystore keystore.ks -storepass chipster -validity 1825

Fill in your data to keytool command parameters. You might want to use your organisations name 
also as your own name as it is shown by Java Web Start. Use the keystore password
also as a key password.

Next, issue command "ant", and the project will be built and packages will be available in "dist"
directory.

If you do not want to place your keystore in the project directory, you can create
a file called alternative-keystore-path.txt and place path to your keystore into it.
Do not enter a newline after the path! The build script will read that file and
use the alternative path into keystore. This is strongly recommended if you do also 
commits into the public version repository, because placing a private keystore file into 
project directory creates a risk of publishing it by accident.

chipster's Projects

chipster icon chipster

Chipster is a user-friendly analysis software for high-throughput data.

handsontable icon handsontable

Handsontable Community Edition - JavaScript/HTML5 Spreadsheet Component for Web Apps

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.