Giter Club home page Giter Club logo

edm's Introduction

EDM System

EDM System is an electronic document, task, and project management server application for teams and companies.
It is extremely easy to install and configure.
See EDM Project website to get the complete documentation, screenshots, downloads, etc.

The application has the following functions:

  • Documents: create, upload files, edit, delete, approve
  • Approval list for documents
  • User profiles, companies, departments: create, edit, delete
  • Tasks: create, edit, upload files, assign, forward, delete, change status (mark as done, cancel, etc.), add comments with files attached
  • Projects: create, edit, add and detach tasks, view tasks by their progress (kanban board), take or assign tasks
  • Notifications by e-mail: about user creation to that user, about approvals, about changes and comments in a task to related users
  • Themes and localization support
  • UX/UI features: bb-code, search results highlighting, etc.
  • Some basic brute-force protection
  • Redis support to store sessions and other shared data
  • Other functions, not mentioned in this list

Supported themes: dark, light, monochrome-dark, monochrome-light.
Supported languages: English, Spanish, French, Russian.

How to build and run

To build use Go (Golang) programming language, run go build in the cmd/edm directory, then move cmd/edm/edm (cmd\edm\edm.exe for windows) executable two directories up, and then run it from the root project directory. If you build the application and run locally, by default it immediately opens the browser, so you can start using it.
Default login: admin, for default password use empty string (no password).
To build with docker and run with docker-compose use: docker build -t edm . and then docker-compose up. If you run it with docker-compose it does not open the browser by itself. You can open the system at: http://127.0.0.1:8090

Technical details

The application supports the following RDBMS:

  • SQLite
  • Microsoft SQL Server
  • MySQL(MariaDB)
  • Oracle
  • PostgreSQL

The application runs on modern browsers: Chrome, Firefox, Safari, and does not support Internet Explorer.
Config file, logs, uploads, sqlite database are stored in .edm directory of a user home directory. See the config file to modify the server configuration.
Themes are located in the static/themes directory.
Language files are located in i18nserver (backend) and static/i18n (frontend) directories.

edm's People

Contributors

alecxcode avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

edm's Issues

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.