Giter VIP home page Giter VIP logo

wtcms's Introduction

wtcms

wtcms 是基于ThinkPHP框架的一套CMS系统,方便用户快速建立企业网站,门户网站,个人博客或其他系统的内容管理系统。

主页

home_view

功能特色

  • 基于ueditor的内容编辑器;
  • 基于bootstrap的前端框架开发;
  • 文章搜索功能;
  • 内容自定义灵活;
  • 基于thinkphp和thinkcmf,内容精简,二次开发方便。

运行环境

  • 操作系统:Windows/Mac/Linux
  • php:>= 5.4
  • mysql:>= 5.5
  • rewrite on

安装部署

1、配置好LAMP/WAMP环境
2、新建一个数据库storage
3、将wtcms.sql文件内容导入storage数据库中
4、将整个项目文件放入到WWW文件夹下
5、修改/data/conf/db.php

return array(
    'DB_TYPE' => 'mysqli', 
    'DB_HOST' => 'localhost', //数据库ip
    'DB_NAME' => 'storage', //数据库名
    'DB_USER' => 'root', //数据库用户名
    'DB_PWD'  => 'root', //数据库密码
    'DB_PORT' => '3306', //数据库端口号
    'DB_PREFIX' => 'wt_', //数据表前缀
    'AUTHCODE'  => 'AdvwqCzyPFsdSweDsd', //密钥
    'COOKIE_PREFIX' => 'wt_', //cookies前缀
);

目录结构  

wtcms 根目录
|-- admin   后台文件夹
|-- application  应用目录
|    |-- Admin    管理员模块
|    |-- Api      手机客户端API模块
|    |-- Asset    Ueditor模块
|    |-- Comment  文章评论模块
|    |-- Common   通用基础模块
|    |-- Home     主模块
|    |-- Install  安装程序模块        
|    |-- Portal   门户应用模块 
|-- data    数据目录
|    |-- conf        动态配置目录
|    |    |-- db.php  数据库配置文件
|    |    |-- config.php 全局配置文件
|    |    |...
|    |-- runtime     应用的运行时目录(可写)
|    |-- upload      上传文件存储路径
|    |...
|-- plugins 插件目录
|    |-- comment     评论插件目录
|-- public  公共静态文件存放
|-- themes  主题目录
|    |-- default     默认主题
|    |    |-- Comment 评论页面
|    |    |-- Portal  模板页面
|    |    |-- Public  公共模板
|    |    |-- User    用户页面模板
|-- thinkphp    thinkphp核心文件夹
|-- index.php   入口文件
|-- wtcms.sql   数据文件

后台管理

  • 登录地址:'/admin'
  • 登录账号: admin
  • 登录密码为: 123456

感谢

  • Bootstrap
  • ThinkPHP
  • Thinkcmf

效果演示

wtcms's People

Contributors

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