A mirror at the moment. Might get a fork in the future
Go to file
2016-04-14 20:49:39 +02:00
docs-android cleanup 2016-04-14 20:49:39 +02:00
docs-core #79: CSS generator 2016-04-13 01:29:03 +02:00
docs-parent #84: Import sources from https://github.com/wstrange/GoogleAuth 2016-03-22 22:15:19 +01:00
docs-stress Upgrade libraries 2016-01-29 01:55:59 +01:00
docs-web Init e2e testing 2016-04-13 01:30:02 +02:00
docs-web-common #84: TOTP key generation and validation code checking on login 2016-03-22 23:08:49 +01:00
.gitattributes Initial commit 2013-07-27 18:33:20 +02:00
.gitignore Drag & drop to upload orphan files 2015-03-27 00:50:00 +01:00
build.sh chmod +x 2015-03-13 15:58:32 +01:00
COPYING License 2013-08-18 16:23:15 +02:00
Dockerfile Tesseract package for japanese language 2015-08-21 00:16:33 +02:00
docs.xml Docker: Using sismics/data for data image 2015-03-11 14:31:10 +01:00
README.md Update README.md 2016-03-22 14:21:10 +01:00
run-service.sh Make Docker use a volume instead of a volume container 2016-03-01 11:32:07 +01:00

Sismics Docs

Web interface

Web interface

Android application

Android documents list Android navigation Android document details Android document actions

What is Docs?

Docs is an open source, lightweight document management system.

Docs is written in Java, and may be run on any operating system with Java support.

Features

  • Responsive user interface
  • Optical character recognition
  • Support image, PDF, ODT and DOCX files
  • Flexible search engine
  • Full text search in all supported files
  • All Dublin Core metadata
  • 256-bit AES encryption of stored files
  • Tag system with nesting
  • User/group permission system
  • Hierarchical groups
  • Audit log
  • Comments
  • Storage quota per user
  • Document sharing by URL
  • RESTful Web API
  • Fully featured Android client
  • Tested to 100k documents

Download

The latest release is downloadable here: https://github.com/sismics/docs/releases in WAR format. You will need a Java webapp server to run it, like Jetty or Tomcat

How to build Docs from the sources

Prerequisites: JDK 7 with JCE, Maven 3, Tesseract 3.02

Docs is organized in several Maven modules:

  • docs-parent
  • docs-core
  • docs-web
  • docs-web-common

First off, clone the repository: git clone git://github.com/sismics/docs.git or download the sources from GitHub.

Launch the build

From the docs-parent directory:

mvn clean -DskipTests install

Run a stand-alone version

From the docs-web directory:

mvn jetty:run

Build a .war to deploy to your servlet container

From the docs-web directory:

mvn -Pprod -DskipTests clean install

You will get your deployable WAR in the docs-web/target directory.

License

Docs is released under the terms of the GPL license. See COPYING for more information or see http://opensource.org/licenses/GPL-2.0.