Skip to content

grisu/grisu-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grisu template

A grisu swing client which uses templates to render app-specific job creation panels.

Prerequisites

In order to build the backend from the git sources, you need:

Checking out sourcecode

git clone git://github.com/grisu/grisu-template.git

Building Grisu template using Maven

To build one of the above modules, cd into the module root directory of the module to build and execute:

cd grisu-template
mvn clean install

This will build a war file that can be deployed into a container and also a deb file that can be installed on a Debian based machine.

Running the client

TODO