Giter VIP home page Giter VIP logo

24beta's Introduction

## 欢迎下载使用24blog媒体博客软件。

### 24blog v1.0 beta 版已经发布,欢迎大家测试并提供bug测试报告。
### 如果有问题可以加入我们的QQ群(72101715)进行反馈。


## 24Blog v1.0 测试版安装使用说明
### 安装说明
1. 点击<https://github.com/downloads/cdcchen/24beta/24blog-v1.0-vhost.zip>下载源码包

2. 解压缩后,将24blog-v1.0-vhost目录内的文件全部上传到您的网站的根目录下面。

3. 将docs目录下的24beta.sql导入到数据库中,sql文件会自动创建一个名字为cd_24beta的数据库,你也可以自己修改为其它的名字。

4. 修改protected/data目录下的db.config.php文件中的数据库连接信息

5. 修改以下三个目录的权限为777
    - protected/runtime
    - protected/data
    - resources/assets
    - uploads

6. 安装结束。

### 伪静态开启
    如果是apache的话,在根目录下已经有.htaccess文件了,不需要再加重写规则,前提是你的apache允许网站使用.htaccess文件。
    如果是nginx的话,将以下代码加入 server配置中

    location / {
        if (!-e $request_filename){ rewrite (.*) /index.php last;}
    }

    然后在后台打开伪静态开关。后台->设置->网站设置中,第9个参数,修改为path

### 注意事项
    - 管理员初始账号:[email protected] 密码:123123
    - 管理后台地址:http://xxx.com/index.php?r=admin

### 其它问题
    如果安装过程中遇到其它问题,请加入QQ群(72101715)向我们提供测试报告,帮助我们尽快修复bug,谢谢。

24beta's People

Contributors

cdcchen avatar

Stargazers

 avatar  avatar  avatar

Watchers

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