InfoDoc Pro: Open-Source, Simplified Workflow
  • Home
  • Tutorials
  • Download
  • Contact

Download

Download the last binary version (0.3.1 - Sept 29, 2013).
Download WAR
Need some Help?
Contact the developer if you need support services such as installation, configuration, training, custom development, integration with third party systems, or custom non-AGPL licenses.

Install

InfoDoc Pro is a Java web application that you can deploy to any standard Servlet container. These are the steps to install InfoDoc Pro into Apache Tomcat server and MySQL database (you can use other Servlet containers and database engines if you want to):
  1. Install the last version of MySQL.
  2. Create a new database for InfoDoc Pro.
  3. Install the last version of Apache Tomcat.
  4. Extract infodoc.war file inside apache-tomcat/webapps/infodoc/ directory.
  5. Configure the database connection properties in /apache-tomcat/webapps/infodoc/WEB-INF/classes/infodoc-configuration.properties. You may need to change the value of the db.schemaGeneration property to update to let Hibernate automatically generate the database schema for you.
  6. Start Apache Tomcat by running apache-tomcat/bin/startup.bat (or startup.sh).
  7. Go to http://localhost:8080/infodoc and login with the default user (admin@test.com, test).

Source Code

InfoDoc Pro source code is available at GitHub. You will need to check out three projects:
InfoDoc
InfoDoc Core
InfoDoc Basic
Java web application.


Core components.


Basic module.
Configure your classpath to include all Enterprise App dependencies. InfoDoc and InfoDoc Basic both depend on InfoDoc Core.
Note that InfoDoc source code is dual-licensed. InfoDoc is available under the terms of the GNU Affero General Public License (AGPL) V3, and also via a special agreement if AGPL does not meet your needs.
Copyright (c) InfoDoc Pro.