Giter Site home page Giter Site logo

miroslavluhovy / es-dms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from richardwilly98/es-dms

0.0 2.0 0.0 20.35 MB

ES DMS is a collaborative content management framework using ElasticSearch andAngularJS

Java 83.71% PowerShell 1.27% HTML 3.91% JavaScript 8.46% ApacheConf 2.03% CSS 0.61%

es-dms's Introduction

es-dms

ES DMS is a collaborative content management framework based on AngularJS, Bootstrap, Jersey and ElasticSearch

Build status##

Build Status

How to compile and run

you will need to compile and run this section first. Once this part is complete, please follow instructions given in the es-dms / es-dms-site / yo / README.md file in order to install, compile and run the yo framework and the grunt server that hosts the site.

Elasticsearch is required with mapper-attachment and elasticsearch-langdetect plugins. To install the required plugins in elasticsearch go to the elasticsearch base folder and type:

  • bin/plugin -install elasticsearch/elasticsearch-mapper-attachments/1.9.0
  • bin/plugin -install langdetect --url http://bit.ly/1cmf8AL
  • bin/plugin -install mobz/elasticsearch-head this will install a web based administration interface for elasticsearch

Make sure elasticsearch is running before using the site. To start elasticsearch, go to the elasticseach base folder, open a command line shell and type:

  • bin/elasticsearch

to compile and run the project's code, from the project base folder (es-dms), type the following sequence of coomands:

Project structure

This project contains 3 modules:

  1. es-dms-core

This module contains the object model and service interfaces

  1. es-dms-service

This module contains the services implemented for Elasticsearch

  1. es-dms-site

This module contains the web application. It is using AngularJS as Javascript MVVM framework. REST services are provided using Jersey.

  1. es-dms-rest-client

This module contains a client for es-dms REST api using Jersey.

  1. activiti

This directory contains integration with Activiti

License

Copyright 2012-2013 Richard Louapre

This file is part of ES-DMS.

The current version of ES-DMS is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

ES-DMS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public
License along with this program.  If not, see
<http://www.gnu.org/licenses/gpl-3.0.html>.

Resources

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.