Giter Site home page Giter Site logo

apple006 / wikift Goto Github PK

View Code? Open in Web Editor NEW

This project forked from edurtio/wikift

0.0 2.0 0.0 4.73 MB

wikift是一套开源的易用的知识管理系统. 域名申请备案中...

License: Apache License 2.0

Java 27.84% Shell 0.02% TypeScript 21.17% JavaScript 7.61% HTML 13.03% CSS 30.31%

wikift's Introduction

wikift

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

编译源码

mvn clean package -X

打包docker镜像

mvn package assembly:assembly docker:build -X

提交docker镜像到中心仓库

运行在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系统设计快照

用户未登录首页

用户未登录首页

用户已登录首页

用户已登录首页

用户未登录文章页

用户未登录文章页

用户已登录文章页

用户已登录文章页

用户登录页

用户登录页

用户注册页

用户注册页

用户写文章

用户写文章

用户文章发布流程

用户文章发布流程

用户个人信息页

用户个人信息页

空间页

空间页

创建空间页

创建空间页

空间详情页

空间详情页

用户文章评论趋势

用户文章评论趋势

首页文章标签云

首页文章标签云

用户文章浏览趋势

用户文章浏览趋势

wikift's People

Contributors

qianmoq avatar

Watchers

 avatar  avatar

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.