Git Product home page Git Product logo

bae's Introduction

bae

  • 在BAE上部署WordPress:
  • BAE:http://developer.baidu.com/
  • BAE上面创建一个应用,再创建一个版本,比如版本1.
  • 访问云数据库,创建一个数据库.
  • 访问消息服务,创建一个消息队列(单模式多模式都行),那个队列的邮件配额(调节看自己的需求).
  • 访问云存储,创建一个 bucket。bucket名字随便您自己,bucket是用来存储图片和文件的!(配额自己调节)

安装过程:

  • 建议用TortoiseSVN,提交代码!
  • 访问APP 地址跳转到 WordPress 的安装界面。会提示没找到 wp-config.php 文件,开始创建一个吧。
  • 点创建 然后写入如下: === Database Name : 云数据库名

Table Prefix : wp-

BCMS Queue name: 云消息队列名

  • 然后直接下一步,会提示没有写入权限!自己复制代码,创建wp-config.php文件,上传!
  • 在wp-config.php中查找 define('WPLANG', ''); 一行,在第二个参数处填入 zh_CN,变成 define('WPLANG', 'zh_CN'); 并保存文件。
  • 其他的安装就和WP正常安装一样!
  • 插件BCS Support 设置你刚刚创建的bucket就好了!
  • 伪静态规则在app.conf里面!

最后一点:访问管理后台,要加 /wp-admin/index.php.

程序修改作者hjin-me,部署logdns

程序演示:

bae's People

Contributors

logdns avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

foolfool

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.