Git Product home page Git Product logo

slim-my-invoice's Introduction

slim-my-invoice Server + Web Application

This repository contains the source code for the Server and the Web Application of slim-my-invoice. slim-my-invoice is Web Application that aims at facilitating invoices encoding using OCR.

License

Building

With Maven

The easiest way to build is to install Maven v3.+ in your development environment.

Building is achieved with the following command:

  • Run mvn clean install from the root directory

This command fetches all the project dependencies and creates a WAR file named slimmyinvoice.war in the /target folder.

Deployment

In order to deploy the server, please follow the next steps:

  • Install Java 6 and Tomcat 7 on a machine
  • Create a folder /var/lib/slimmyinvoice/databases/ and allow read/write permissions on that folder
  • Rename the WAR file to ROOT.war
  • Move it in the folder /var/lib/tomcat7/webapps/ on the machine

Tomcat will then automatically deploy the server and the web application should be available a few seconds later.

The following command may be useful to display the logs:

  • cat /var/log/tomcat7/catalina.out

Configuration

For the passwrod recovery functionnality to work, you need to configure the Properties class with an email address, and SMTP configuration.

The path to the database can also be modified in this class. Ensure that the provided directory has read/write privileges.

Acknowledgements

This project uses many other open source libraries such as:

The entire list of dependencies is listed in the Maven file of the project.

Contributing

Please fork this repository and contribute back using pull requests.

Any contributions, large or small, major features, bug fixes, language translations, unit/integration tests are welcomed and appreciated but will be reviewed and discussed.

slim-my-invoice's People

Watchers

James Cloos avatar Eason avatar

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.