Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit 1debb68

Browse files
author
Hai Nguyen
committed
* Update README, and minor tweaks of installer
1 parent 0cbe410 commit 1debb68

6 files changed

Lines changed: 33 additions & 25 deletions

File tree

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
[![License](http://img.shields.io/badge/License-GPL-orange.svg)](http://www.gnu.org/copyleft/gpl.html) [![Build Status](https://travis-ci.org/esofthead/mycollab.svg?branch=master)](https://travis-ci.org/esofthead/mycollab) [![Project Stats](https://www.openhub.net/p/mycollab/widgets/project_thin_badge.gif)](https://www.openhub.net/p/mycollab)
33

44
## Introduction
5-
The MyCollab Platform offers developers the exact business application platform they’ve been looking for, by combining the tools they need. Built in Java and bundles of open source frameworks and libraries, it seamlessly integrates into CRM, Project Management or Document Management. MyCollab is definitely suitable for the small and mid sized companies to manage their customers, projects etc because of its features, stableness, high performance, and intuitive UI.
65

7-
MyCollab has bundle three existing modules: Project Management, CRM and Document Management. In future, we can add more modules on MyCollab platform or we develop the marketplace allows developers can extend MyCollab and sell them to MyCollab users.
6+
MyCollab has bundle three existing modules: Project Management, CRM and Document Management. Intuitive UI, rich features, high performance and stable are the advantages compare with various popular tools in the market such as Redmine, Bugzilla, Mantis etc. This open source is included into a trusted commercial product that is deployed on hundreds of companies' servers.
87

98
<table>
109
<tr>
@@ -61,11 +60,6 @@ Pull requests and bug reports are always welcome!
6160

6261
Visit our website at http://www.mycollab.com/
6362

64-
## History
65-
We started development MyCollab since November 2011. MyCollab is developed mainly by Java language with various excellent open sources frameworks/libraries, we can name some of them are Spring, Vaadin, MyBatis, JUnit, RestEasy, Infinispan, Jetty, Solr etc. We would love to build our own solution by Java while we can not find complete solution of Office Cloud Tools (CRM, Project and Document Management etc) or they are very expensive to buy. First, we build MyCollab for internal use. Then we believe that there are many companies would love to find a solution like us, so we publish our on demand service and open source part of our products and hope they are useful for interested companies and people.
66-
67-
You can try MyCollab on-demand edition on site http://www.mycollab.com
68-
6963
## Features
7064
MyCollab provides the rich set features of Project Management, Customer Management module and online collaboration methods.
7165
* CRM
@@ -91,6 +85,7 @@ Please take a look at MyCollab requirements:
9185
[http://community.mycollab.com/installation-guideline/](http://community.mycollab.com/installation-guideline/)
9286

9387
## Installation
88+
9489
1. Download MyCollab binary - http://community.mycollab.com/download/
9590
2. Follow installation guideline at http://community.mycollab.com/installation-guideline/
9691

@@ -110,3 +105,10 @@ Contact the MyCollab team at:
110105
* MyCollab community is licensed with Affero GPL v3. For license terms, see http://community.mycollab.com/licenses/
111106

112107
* MyCollab is powered by eSoftHead http://esofthead.com, which is a software outsourcing and offshoring service company based in Vietnam.
108+
109+
110+
111+
## History
112+
We started development MyCollab since November 2011. MyCollab is developed mainly by Java language with various excellent open sources frameworks/libraries, we can name some of them are Spring, Vaadin, MyBatis, JUnit, RestEasy, Infinispan, Jetty, Solr etc. We would love to build our own solution by Java while we can not find complete solution of Office Cloud Tools (CRM, Project and Document Management etc) or they are very expensive to buy. First, we build MyCollab for internal use. Then we believe that there are many companies would love to find a solution like us, so we publish our on demand service and open source part of our products and hope they are useful for interested companies and people.
113+
114+
You can try MyCollab on-demand edition on site http://www.mycollab.com

mycollab-app-community/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@
335335
</goals>
336336
<configuration>
337337
<izpackBasedir>${staging.dir}</izpackBasedir>
338-
<installFile>${basedir}/src/izpack/install.xml</installFile>
339-
<customPanelDirectory>${staging.dir}</customPanelDirectory>
338+
<descriptor>${basedir}/src/izpack/install.xml</descriptor>
339+
<installerFile>target/MyCollab-Generic-${project.version}.jar</installerFile>
340340
</configuration>
341341
</execution>
342342
</executions>
@@ -352,7 +352,7 @@
352352
<plugin>
353353
<groupId>com.akathist.maven.plugins.launch4j</groupId>
354354
<artifactId>launch4j-maven-plugin</artifactId>
355-
<version>1.6</version>
355+
<version>1.7.4</version>
356356
<executions>
357357
<execution>
358358
<id>l4j-clui</id>
@@ -362,7 +362,7 @@
362362
</goals>
363363
<configuration>
364364
<headerType>gui</headerType>
365-
<jar>target/mycollab-app-community-${project.version}-standard.jar</jar>
365+
<jar>target/MyCollab-Generic-${project.version}.jar</jar>
366366
<outfile>target/MyCollab-Installer-${project.version}.exe</outfile>
367367
<downloadUrl>http://java.com/download</downloadUrl>
368368
<classPath>
@@ -394,7 +394,7 @@
394394
<plugin>
395395
<groupId>org.apache.maven.plugins</groupId>
396396
<artifactId>maven-antrun-plugin</artifactId>
397-
<version>1.7</version>
397+
<version>1.8</version>
398398
<executions>
399399
<execution>
400400
<id>create-staging-area</id>
@@ -457,13 +457,13 @@
457457
classname="net.sourceforge.jarbundler.JarBundler"
458458
classpathref="maven.plugin.classpath" />
459459
<jarbundler dir="target"
460-
name="MyCollab-${project.version}"
460+
name="MyCollab-MacOS-${project.version}"
461461
mainclass="com.izforge.izpack.installer.Installer"
462-
jar="target/mycollab-app-community-${project.version}-standard.jar"
462+
jar="target/MyCollab-Generic-${project.version}.jar"
463463
copyright="©2014, MyCollab"
464464
icon="src/main/macos-resources/mycollab.icns"
465465
version="${project.version}" build="GA"
466-
infostring="MyCollab - the stable, rich features, and high performance platform of Project Management and CRM" />
466+
infostring="MyCollab - the stable, rich features, and high performance platform of Project Management and CRM tools" />
467467
</tasks>
468468
</configuration>
469469
</execution>

mycollab-app-community/src/izpack/install.xml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
22
<installation version="1.0">
33

4+
<!-- The resources section. The ids must be these ones if you want to
5+
use the LicencePanel and/or the InfoPanel. -->
6+
<resources>
7+
<res id="LicencePanel.licence" src="txt/LICENSE.txt" />
8+
<res id="InfoPanel.info" src="txt/README.md" />
9+
<res id="TargetPanel.dir.windows" src="installpath.windows.txt"/>
10+
<res id="TargetPanel.dir.unix" src="installpath.unix.txt"/>
11+
<res id="TargetPanel.dir.mac" src="installpath.unix.txt"/>
12+
<res id="TargetPanel.dir.mac_osx" src="installpath.mac_osx.txt"/>
13+
</resources>
14+
415
<!-- The info section. The meaning of the tags should be natural ... -->
516
<info>
6-
<appname>MyCollab, the Project and CRM tools</appname>
7-
<appversion>5.0.0</appversion>
17+
<appname>MyCollab, the professional open source of Project Management tool</appname>
18+
<appversion>5.0.1</appversion>
819
<appsubpath>mycollab</appsubpath>
920
<authors>
1021
<author name="MyCollab Ltd" email="support@mycollab.com" />
@@ -28,13 +39,6 @@
2839
<langpack iso3="eng" />
2940
</locale>
3041

31-
<!-- The resources section. The ids must be these ones if you want to
32-
use the LicencePanel and/or the InfoPanel. -->
33-
<resources>
34-
<res id="LicencePanel.licence" src="txt/LICENSE.txt" />
35-
<res id="InfoPanel.info" src="txt/README.md" />
36-
</resources>
37-
3842
<!-- The panels section. We indicate here which panels we want to use.
3943
The order will be respected. -->
4044
<panels>
@@ -63,7 +67,6 @@
6367
</fileset>
6468
<fileset dir="txt" includes="*" targetdir="$INSTALL_PATH" />
6569
<file src="webapp" targetdir="$INSTALL_PATH" />
66-
6770
<executable targetfile="$INSTALL_PATH/bin/installDaemon.sh"
6871
stage="never" keep="true" os="unix|mac">
6972
</executable>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/usr/local/mycollab
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/usr/local/mycollab
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
C:/mycollab

0 commit comments

Comments
 (0)