Coder Social home page Coder Social logo

devops4j1 / wikift Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cloudgoon/wikift

0.0 2.0 0.0 4.76 MB

enterprise level wikift is open source wiki system.

License: Apache License 2.0

Java 28.58% Shell 0.02% TypeScript 24.24% JavaScript 6.88% HTML 12.86% CSS 27.41%

wikift's Introduction

wikift

wikift是一套开源的易用的知识管理系统.

Contact us

QQ Group: 339232226 WeChat Group: Face-to-face plus group, password: 3568

更多关于 wikift 的文档

wikift 文档

bug 提交

在使用该系统时, 出现bug请提交到 bug提交

wikift 问答系统

注意: 在问答时, 问题专题勿必为 wikift 专题 wikift 问答

编译源码

mvn clean package -X

打包docker镜像

mvn package assembly:assembly docker:build -X

提交docker镜像到中心仓库

mvn clean package assembly:assembly docker:push -X

开始新版本开发

mvn versions:set -DnewVersion=1.5.0 -X

运行在docker

  • 运行mysql容器

    docker run --name wikift-mysql -e MYSQL_ROOT_PASSWORD=123456 -e MYSQL_DATABASE=wikift mysql
  • 运行wikift server

    docker run -p 8080:8080 --name wikift-server --link wikift-mysql:mysql wikift/wikift-server
  • 运行wikift server

    docker run -p 4200:4200 --name wikift-web --link wikift-server:wikift-server wikift/wikift-web

wikift系统设计快照

用户未登录首页

用户未登录首页

用户已登录首页

用户已登录首页

用户未登录文章页

用户未登录文章页

用户已登录文章页

用户已登录文章页

用户登录页

用户登录页

用户注册页

用户注册页

用户写文章

用户写文章

用户文章发布流程

用户文章发布流程

用户个人信息页

用户个人信息页

空间页

空间页

创建空间页

创建空间页

空间详情页

空间详情页

用户文章评论趋势

用户文章评论趋势

首页文章标签云

首页文章标签云

用户文章浏览趋势

用户文章浏览趋势

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.