GithubHelp home page GithubHelp logo

taozywu / ucer-admin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ucer/ucer-admin

0.0 1.0 0.0 21.4 MB

ucer admin system based Thinkphp5.0.10

Home Page: http://codehaoshi.com

License: Other

ApacheConf 0.01% PHP 40.70% HTML 10.16% PLpgSQL 0.10% CSS 17.90% JavaScript 30.30% Smarty 0.85%

ucer-admin's Introduction


 Ucer-admin


ucer admin

项目描述

该项目原名太平洋后台管理系统,现如今正式更名 ucer 后台管理系统。代码完全开源

运行环境

  • Thinkphp5.0.10
  • Nginx 1.8+
  • PHP 5.6+
  • Mysql 5.6+

演示

ucer-admin 后台管理系统

*管理员账号密码 test 111111

ucer-admin 前台

开发环境部署/安装

本项目代码使用 PHP 框架 [Thinkphp 5.0.10](https://www.kancloud.cn/manual/thinkphp5/ 开发,本地开发环境使用 [lnmp]。

基础安装

1. 克隆源代码

克隆源代码到本地:

> git clone https://github.com/Ucer/ucer-admin.git

2. 配置本地的环境

1). 初始化数据库

找到 public/uploads/sql_data/init.sql 并将其导入到你的数据库中

2). 数据库配置

$ cd youprojectdir;
$ cp database.example.php application/database.php

编辑 application/database.php 配置自己的数据库账号密码 注意 只需要修改将下面的 xxx 替换成你自己的信息

    'type'           => 'mysql',
    // 服务器地址
    'hostname'       => 'xxx',

    // 数据库名
    'database'       => 'xxx',
    // 用户名
    'username'       => 'xxx',
    // 密码
    'password'       => 'xxx',
    // 端口
    'hostport'       => '',
    // 连接dsn
    'dsn'            => '',
    // 数据库连接参数
    'params'         => [],
    // 数据库编码默认采用utf8
    'charset'        => 'utf8',
    // 数据库表前缀
    'prefix'         => 'pc_',

链接地址

Contributors

License

本代码仅提供初学都学习参考。使用 ucer-admin 构建,或者基于 ucer-admin 源代码修改的站点 必须 在页脚加上 Powered by Ucer 字样,并且必须链接到 https://codehaoshi.com 上。必须 在页面的每一个标题上加上 Powered by Ucer 字样。

在遵守以上规则的情况下,你可以享受等同于 MIT 协议的授权。

或者你可以联系 [email protected] 购买商业授权,商业授权允许移除页脚和标题的 Powered by Ucer 字样。

ucer-admin's People

Contributors

ucer avatar zhjaaa avatar

Watchers

 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.