- UNOFFICIAL Free Knowledge Management System
- landing page and Online manual
- As original repository does not look to be maintained, I update it unofficially.
- 日本語での質問は、以下のサイトに登録してください(海外からのアクセスが多くなったため)
- For questions in Japanese, please register below
- https://service-knowledge.support-project.org/
- https://test-knowledge.support-project.org
- Demo users
- [id/password] user1 / user1
- [id/password] user2 / user2
- [id/password] user3 / user3
- Please show the wiki page
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
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.
You can see ER diagram at document/database (in Japanese).
- vulnerability testing with VAddy