Giter Club home page Giter Club logo

kanonproject's Introduction

Kanon Project

Kanon Project is clone of OpenProj known as Ganttchat based Project Management tool as MS Project. OpenProj is grate PM tool but it have not been maintained any more. So author decide clone and fixed bug, improve function.

  • Support PNG/SVG export.
  • Intagrate trac ticket.
  • Import MS Project.
  • WebStart.
  • Maven build system.
  • Better Japanese Localization.

Build

Setup Maven

Setup maven for your environment like:

$ export MAVEN_HOME=/opt/maven
$ export MAVEN_OPTS="-Xmx500m -Xss128m"

Install custom jars.

Kanon Project needs custom jars. In the first you have to install them.

$ bash install-jar.sh

Build

Execute install and assembly like:

$ mvn install
$ cd pkg
$ mvn assembly:assembly

Now you have ditribution:

  • pkg/target/KanonProject-0.1.4.zip

If you want WebStart, execute webstart:jnlp instead of assembly:

$ mvn webstart:jnlp

Run

Unpack pkg/target/KanonProject-x.x.x.zip and execute bin/kanon.bat.

Run Kanon Project with Trac

Kanon Project can integrated with trac. Run with:

$ java -jar lib/KanonProject-x.x.x.jar <TracURL> trac <username> <password>

You have to install TracXMLRPC plugin and the user have XML_RPC permission.

Takashi Okamoto

kanonproject's People

Watchers

 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.