Giter VIP home page Giter VIP logo

papermerge.js's Introduction

PapermergeJS

PapermergeJS is frontend part i.e. web-based user interface of Papermerge Document Management System. It is meant to be used in conjunction with Papermerge REST API backend server.

What is Papermerge DMS?

Papermerge is an open source document management system (DMS) designed for digital archives. Instead of having piles of paper documents all over your desk, office or drawers - you can quickly scan them and configure your scanner to directly upload to Papermerge DMS.

Papermerge

What is a Digital Archive?

Simply put a digital archive is a scanned document. In broader sense, digital archives are documents whose content does not change in time; a good example of such documents are PDF files. If you take a picture of a document, you'll end up with a "scanned document" in png, jpeg or whatever format that picture is stored. In context of papermerge a picture of a document made with you mobile phone is also a digital archive.

Papermerge supports pdf, jpeg, png and tiff file formats.

Prerequisites

In general, all you need to run this application is a modern web browser like Google Chrome or Mozilla Firefox, however if you plan to run application in development mode, you will need some extras:

Technically speaking, PapermergeJS is written using EmberJS web framework.

Installation

  • git clone [email protected]:papermerge/papermerge.js.git this repository
  • cd papermerge.js
  • npm install

Running / Development

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint

Building

  • ember build (development)
  • ember build --environment production (production)

Docker Image

Build production mode docker image:

docker build -t papermerge/papermerge.js:2.1.0-alpha1 -f docker/Dockerfile .

Run docker image:

docker run -p 8080:80 papermerge/papermerge.js:2.1.0-alpha1

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.