Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The diff you're trying to view is too large. We only load the first 3000 changed files.
@@ -0,0 +1,29 @@ | ||
# Created by .ignore support plugin (hsz.mobi) | ||
### Java template | ||
*.class | ||
|
||
# Mobile Tools for Java (J2ME) | ||
.mtj.tmp/ | ||
|
||
# Package Files # | ||
*.war | ||
*.ear | ||
|
||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml | ||
hs_err_pid* | ||
|
||
# Eclipse settings | ||
.project | ||
.settings/* | ||
.classpath | ||
.settings | ||
|
||
# IntelliJ | ||
.idea/ | ||
*.iml | ||
|
||
# Generated automatically | ||
src/main/resources/version.properties | ||
gwt-unitCache/ | ||
target/ | ||
war/ |
@@ -0,0 +1,40 @@ | ||
# Open Source Document Management System ( Open DMS ) | ||
OpenKM Community Edition is an Open Source Document Management System. If you are looking for a free cost then "Community" is your best option. OpenKM document management system (DMS) allows businesses to control the production, storage, management and distribution of electronic documents, yielding greater effectiveness and the ability to reuse information and to control the flow of the documents. | ||
|
||
OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution. The system also includes administration tools to define the roles of various users, access control, user quota, level of document security, detailed logs of activity and automations setup. | ||
|
||
OpenKM builds a highly valuable repository of corporate information assets to facilitate knowledge creation and improve business decision making, boosting workgroups and enterprise productivity through shared practices, greater, better customer relations, faster sales cycles, improved product time-to-market, and better-informed decision making. | ||
|
||
With OpenKM Open Source Community Edition you can: | ||
* Collect information from any digital source. | ||
* Collaborate with colleagues on documents and projects. | ||
* Empower organizations to capitalize on accumulated knowledge by locating documents, experts, and information sources. | ||
* Embedded workflow engine to take control of your business case. | ||
* Automate task. | ||
|
||
## Building from Source | ||
```sh | ||
$ git clone [git-repo-url] openkm-community | ||
$ cd openkm-community | ||
$ mvn clean package | ||
``` | ||
|
||
## Documentation | ||
* [OpenKM Knowledge Center](https://docs.openkm.com/kcenter/view/okm-6.3-com/installation.html) | ||
* [Hardware and software requirements](https://docs.openkm.com/kcenter/view/okm-6.3-com/hardware-and-software-requirements.html) | ||
* [Installation](https://docs.openkm.com/kcenter/view/okm-6.3-com/installation.html) | ||
* [Troubleshooting](https://docs.openkm.com/kcenter/view/okm-6.3-com/troubleshooting.html) | ||
* [Administration guide](https://docs.openkm.com/kcenter/view/okm-6.3-com/administration-guide.html) | ||
* [User guide](https://docs.openkm.com/kcenter/view/okm-6.3-com/user-guide.html) | ||
* [Migration guide](https://docs.openkm.com/kcenter/view/okm-6.3-com/migration-guide.html) | ||
* [Development guide](https://docs.openkm.com/kcenter/view/okm-6.3-com/development.html) | ||
|
||
## Reporting issues | ||
OpenKM Open Source Community Edition is supported by developers and technical enthusiasts via [the forum](http://forum.openkm.com) of the user community. If you want to raise an issue, please follow the below recommendations: | ||
* Before you post a question, please search the question to see if someone has already reported it / asked for it. | ||
* If the question does not already exist, create a new post. | ||
* Please provide as much detailed information as possible with the issue report. We need to know the version of OpenKM, Operating System, browser and whatever you think might help us to understand the problem or question. | ||
|
||
## License | ||
OpenKM Document Management System Community Edition is available to Open Source community under the [GNU General Public Licence version 2](https://www.gnu.org/licenses/gpl-2.0.html). | ||
The OpenKM source code is available for the entire community, which is free to use, modify and redistribute under the premises of such license. |
@@ -0,0 +1 @@ | ||
mvn -Dmaven.test.skip=true clean gwt:compile install |
@@ -0,0 +1,5 @@ | ||
#!/bin/bash | ||
YELLOW='\e[1;33m'; | ||
RESET='\e[0m'; | ||
|
||
mvn -Dmaven.test.skip=true clean gwt:compile install $* |
Oops, something went wrong.