项目作者: marikth

项目描述 :
Q&A Hub
高级语言: Shell
项目地址: git://github.com/marikth/QnAHub.git
创建时间: 2016-04-08T10:14:31Z
项目社区:https://github.com/marikth/QnAHub

开源协议:GNU General Public License v3.0

下载


Q&A Hub

Join the chat at https://gitter.im/marikth/QnAHub
Build Status
Build status

Technology

  • This is a Q&A forum that you can deploy on premise.
  • Build on: oracle jdk8 + Spring + AngularJS 2
  • Can be deployed on tomcat.
  • It will contain a powerful console and stackoverflow UX.

Installing development environment

  1. Download the code to your computer git clone [your repository name].
  2. Download and install and configure Apache Maven.
  3. Build project user maven mvn install.
  4. Create IDE project for your development envirornment mvn idea:idea for IntelliJ users or mvn eclipse:eclipse for Eclipse users