WORDPRESS

WordPress is web software you can use to create a beautiful website or blog, which is both free and priceless at the same time. It's powerful because lots of themes and plugins can be found to cooperate with it to build a really beautiful and complecated website. you may find many good examples in its showcasewebsite.

What I want is very simple. I need a website and blog for my domain which could give us flexibility to publish our article. Wordpress.org has a Famous 5-Minute Install which is really compicated. I don't want to bother with it. if you got money you could directly host your wordpress website on the cloud, which is much easier. but I got a server running a linux system and a IP address. I don't want to left these resources useless.

BITNAMI Wordpress

Bitnami WordPress Stack provides a one-click install solution for WordPress. you could download installers and virtual machines or run your own WordPress server in the cloud.

Suppose you have:

[1]. Linux CentOS 6.3 Server
[2]. Server IP address IP_ADDR
[3]. Bitnami Wordpress

1. Install bitnami wordpress

Download the installer bitnami-wordpress-3.9.1-1-linux-x64-installer.run, give it executable mode.

chmod a+x bitnami-wordpress-3.9.--linux-x64-installer.run
sudo ./bitnami-wordpress-3.9.--linux-x64-installer.run

You will need to choose language, install directory, mail server, admin user and pwd. WRITE DOWN YOUR ADMIN USER AND PWD. if you go smoothly know your website has brought up. But as we have to change the default theme and add some plugins, a FTP server will be needed in the server. please see how to install a VSFTPD service in part 3.

2. install bitnami wordpress module

if you have bitnami software installed in your server, you should install a module upon the bitnami stack. bitnami-wordpress-3.9.1-1-module-linux-x64-installer.run

chmod a+x bitnami-wordpress-3.9.--module-linux-x64-installer.run
sudo ./bitnami-wordpress-3.9.--module-linux-x64-installer.run

you will need the language, mail server, admin user and pwd your bitnami stack has.

3. install vsftpd service

See this blog for installation guide. if your wordpress install_addr is not at the local user home directory, your wordpress theme and plugin installation may be not successful. Because in the ftp servie each user is restricted in its own home directory. if you want to use 'root' to get a quick walk around, follow these steps, but when you finish your installation, change it back.

vim /etc/vsftpd/ftpusers
vim /etc/vsftpd/user_list

Remove root in both files.

Bring up a website by wordpress的更多相关文章

  1. hide your website's wordpress info/path/way

    Hide Wordpress Info of your website plugin hide-wp 使用apache语句和wp方法重写 但这个插件有个局限就是,你的网站使用的wordpress的话, ...

  2. How to Get Rid of /wordpress/ From your WordPress Site URL

    I brought up a website using wordpress, but I had to visit my website in a way I don't like -- www.e ...

  3. article2pdf (Wordpress plug-in) Multiple vulnerabilities(CVE-2019-1000031, CVE-2019-1010257)

    Product: article2pdf (Wordpress plug-in)Product Website: https://wordpress.org/plugins/article2pdf/A ...

  4. 中小规模集群----Centos6部署wordpress及java程序

      1    概述 1.1   业务需求 公司共有两个业务,网上图书馆和一个电商网站.现要求运维设计一个安全架构,本着高可用.廉价的原则. 具体情况如下: 网上图书馆是基于jsp开发: 电商系统是基于 ...

  5. ASP.NET corrupt assembly “Could not load file or assembly App_Web_*

    以下是从overFlow 复制过来的问题 I've read through many of the other questions posted on the same issue, but I s ...

  6. College student reflects on getting started in open source(二)

    My budding interest grew into a full-time obsession: creating artwork on my clunky, laggy laptop. 我萌 ...

  7. 2020年B2B外贸建站的终极教程

    本文目标:按照本建站教程的顺序操作,能够实现:基于全球份额最大的建站系统“wordpress”,从零搭建一个B2B外贸网站,且建站成本每年小于1000元(如果不计算自己投入的人力成本的话). 模板站点 ...

  8. Add baidu map in your website (wordpress)

    手动挡 访问应用(AK)Key http://lbsyun.baidu.com/apiconsole/key Basic Map Generator http://api.map.baidu.com/ ...

  9. Microsoft Azure Web Sites应用与实践【1】—— 打造你的第一个Microsoft Azure Website

    Microsoft Azure Web Sites应用与实践 系列: [1]—— 打造你的第一个Microsoft Azure Website [2]—— 通过本地IIS 远程管理Microsoft ...

随机推荐

  1. percona-xtrabackup 文档

    https://www.percona.com/doc/percona-xtrabackup/2.4/index.html

  2. mysql主从复制详解

    http://blog.csdn.net/hguisu/article/details/7325124

  3. Spring MVC学习笔记02

    1.常用注解 1.@Autowired,它可以对类成员变量.方法及构造函数进行标注,完成自动装配的工作. <!-- 该 BeanPostProcessor 将自动起作用,对标注 @Autowir ...

  4. Python练习题 029:Project Euler 001:3和5的倍数

    开始做 Project Euler 的练习题.网站上总共有565题,真是个大题库啊! # Project Euler, Problem 1: Multiples of 3 and 5 # If we ...

  5. 关键字提取算法之TF-IDF扫盲

    TF-IDF(term frequency–inverse document frequency)是一种用于资讯检索与资讯探勘的常用加权技术.TF-IDF是一种统计方法,用以评估一字词对于一个文件集或 ...

  6. IOS 弹出菜单的动态效果

    效果1.点击按钮上浮 2.点击按钮下沉 3.点击按钮下拉展示 4.点击按钮向上收缩 5.左右如是说 关键是改变视图的大小位置的时机正确与否 eg1.1.点击按钮下沉消失 已知myView.frame= ...

  7. IOS plist轻量级操作

    plist,全名PropertyList,即属性列表文件,它是一种用来存储串行化后的对象的文件.这种文件,在ios开发过程中经常被用到.这种属性列表文件的扩展名为.plist,因此通常被叫做plist ...

  8. GCD调度组、自定义队列来实现多个下载任务

    #define KURL1 @"http://img0.imgtn.bdimg.com/it/u=79920747,2237302485&fm=90&gp=0.jpg&quo ...

  9. Android 拍照 代码实例

    ------- 源自梦想.永远是你IT事业的好友.只是勇敢地说出我学到! ---------- 这是我做的一个简单的利用Android手机的摄像头进行拍照的实例. 在这里我实现了基本的拍照.照片的存储 ...

  10. 【Python Lib】解析HTML利器 BeautifulSoup

    - - 官方API文档,中文版 http://www.crummy.com/software/BeautifulSoup/bs4/doc/index.zh.html - 以后会把常用的摘录出来