Skip to content

Latest commit

 

History

History
73 lines (49 loc) · 2.43 KB

README.md

File metadata and controls

73 lines (49 loc) · 2.43 KB

Knowledge

Build Status

About

  • UNOFFICIAL Free Knowledge Management System
  • landing page and Online manual
  • As original repository does not look to be maintained, I update it unofficially.

Differences

Support

Live Demo

Deploy to Heroku

Deploy

How to initial set up

Developer manual

Build with Eclipse & Tomcat

You can read how to develop with Eclipse & Tomcat by this article. Here is a short summary:

  • Import to Eclipse
    • Download Eclipse
    • Clone this repository
    • Run Eclipse, specify JRE 1.8
    • Import Knowledge directory by "File > Import > Maven > Existing Maven Projects"
  • Run in Eclipse
    • Download tomcat v8
    • Set up tomcat v8 according to Eclipse Servers view
    • Add tomcat to Eclipse
    • Right click and start
  • Access to http://localhost:8080/knowledge

Build manually

You can create war file by launch.sh with some modifications. Also you need docker and docker-compose. See support-project#1100 about launch.sh modifications.

ER diagram

You can see ER diagram at document/database (in Japanese).

vulnerability testing

  • vulnerability testing with VAddy
VAddy logo