注册
登录
ECN
>>
QnAHub
>>
返回
项目作者:
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
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
Download the code to your computer
git clone [your repository name]
.
Download and install and configure Apache Maven.
Build project user maven
mvn install
.
Create IDE project for your development envirornment
mvn idea:idea
for IntelliJ users or
mvn eclipse:eclipse
for Eclipse users