Git Product home page Git Product logo

rk_cms's Introduction

RK_Cms

nutz version - nutz 1.b.52

权限管理系统 采用apache shiro

数据库mysql

默认账号密码: admin 123

在线演示地址

http://nutz.cn/yvr/t/tdb5l3e7pajv1ptl1f0nveg1bk

如不可用,请报issue.

使用手册(编写过程中)

http://wendal.gitbooks.io/rk_cms/content/

maven 环境配置

下载maven压缩包

http://maven.apache.org/download.cgi

解压缩到

E:\Tools\apache-maven-3.1.1

配置环境变量

我的电脑-属性-高级系统设置-高级-环境变量-系统环境变量-PATH-变量值后面添加
	;E:\Tools\apache-maven-3.1.1\bin
	
注意那个分号

编译说明

基于maven

mvn clean package war:war

运行说明

初始化数据库, root密码设置为root.

create database platform default character set utf8;

将war放入tomcat的webapps目录,启动tomcat即可

生成eclipse项目文件

mvn eclipse:eclipse -Dwtpversion=1.0

查看依赖树

mvn dependency:tree

在docker容器中运行

先启动一个mysql容器

docker run --name rk_cms_db -d -e MYSQL_ROOT_PASSWORD="root" mairadb

然后启动rk_cms

docker run --name my_rk_cms -it --link rk_cms_db:tomysql wendal/rk_cms

协议 LICENSE

Apache License

rk_cms's People

Contributors

rekoe avatar wendal avatar

Watchers

James Cloos avatar Sean He 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.