Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 2.08 KB

File metadata and controls

65 lines (44 loc) · 2.08 KB

Knowledge

Build Status

About

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 #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