Coder Social home page Coder Social logo

imxss's Introduction

1.环境配置

JDK1.8+
Tomcat8
Mysql5.6+

2.部署说明

a.建议使用Eclipse打开项目,更新项目,修改conf.properties的数据库账号密码,导出为war文件放置Tomcat根目录下
b.将src\main\resources目录下的imxss.sql导入mysql中
c.在user_info表中添加一个用户
INSERT INTO `imxss`.`user_info` (`id`, `userPwd`, `mobile`, `email`, `createTime`, `status`, `roleId`, `logo`, `nickName`, `smtp`, `sendEmail`, `sendPwd`) VALUES (NULL, 'd70488316f90e4b3b14f532f197adfa8', '18888888888', '[email protected]', NULL, '0', '1', NULL, 'admin', NULL, NULL, NULL) 即创建一个用户名为[email protected],密码为123456的账户
d.访问网站,完成操作

3.免安装说明

a.使用Eclipse打开项目,更新项目,导出为war文件放置Tomcat根目录下
b.将src\main\resources\config\conf.properties的installed字段改为1
c.在服务器启动后访问/install/install.jsp进行安装

4.尾巴

a.这份代码是fork人家的,但是在免安装操作的时候始终返回“数据库写入失败”,被迫修改installed=0实施手动安装
b.原本的数据库文件imxss.sql在导入过程中会存在中文乱码,所以进行了一些修改
c.手动导入的密码是经过MD5多次加密的,需要查看源码自己打印出想要的密码

imxss's People

Contributors

chasenz 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.