Bring up a website by wordpress
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的更多相关文章
- hide your website's wordpress info/path/way
Hide Wordpress Info of your website plugin hide-wp 使用apache语句和wp方法重写 但这个插件有个局限就是,你的网站使用的wordpress的话, ...
- 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 ...
- 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 ...
- 中小规模集群----Centos6部署wordpress及java程序
1 概述 1.1 业务需求 公司共有两个业务,网上图书馆和一个电商网站.现要求运维设计一个安全架构,本着高可用.廉价的原则. 具体情况如下: 网上图书馆是基于jsp开发: 电商系统是基于 ...
- 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 ...
- 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. 我萌 ...
- 2020年B2B外贸建站的终极教程
本文目标:按照本建站教程的顺序操作,能够实现:基于全球份额最大的建站系统“wordpress”,从零搭建一个B2B外贸网站,且建站成本每年小于1000元(如果不计算自己投入的人力成本的话). 模板站点 ...
- Add baidu map in your website (wordpress)
手动挡 访问应用(AK)Key http://lbsyun.baidu.com/apiconsole/key Basic Map Generator http://api.map.baidu.com/ ...
- Microsoft Azure Web Sites应用与实践【1】—— 打造你的第一个Microsoft Azure Website
Microsoft Azure Web Sites应用与实践 系列: [1]—— 打造你的第一个Microsoft Azure Website [2]—— 通过本地IIS 远程管理Microsoft ...
随机推荐
- 关于ASP.NET中Button的OnClientClick属性
Button有Click属性和OnClientClick属性,执行顺序上OnClientClick先执行,调用本地脚本,根据返回值确定是否执行Click. 当返回True则执行Click,当脚本错误或 ...
- VMware EXSI 6.0 体验
VMware EXSI 6.0 体验 导读 VMware 作为虚拟化行业的老大,占据了80%的市场份额.而在服务器虚拟化就不得不说 VMware vSphere ,这个组合包括了VMware EXSI ...
- Java再学习——随机面试题
1.final, finally, finalize的区别 final—是修饰符,可以修饰变量.方法和类. final类不能再派生出新的子类即不可当父类: final变量必须在声明时给定初值或在构造方 ...
- iOS网络监测如何区分2、3、4G?
你可以在Github下载这个Demo 首先,引入系统的Reachability类,不知道怎么引入的话,在Xcode,按下shift+command+0,搜索Reachability,看到图中所选的工程 ...
- 美国H1B基本情况及相关数据
H-1B是外国人在美国工作的签证,从美国学校毕业之后会有12个月的OPT实习期,在OPT结束之前必须申请到H1B签证才能在实习期结束后继续工作. H1B需要由雇佣你的公司帮你申请,也就是说必须先找到工 ...
- C#之面向对象初步
1.构造函数定义一个类时,C#默认会实现一个隐式的构造函数,默认的构造函数不接受参数,负责把新对象分配到内存中并确保所有字段数据都设置为正确的默认值.然而,一旦自定义了构造函数,默认构造函数就被自动从 ...
- iOS - UI - UISlider
6.UISlider //滑块 设置高度 UISlider * slider = [[UISlider alloc] initWithFrame:CGRectMake(20, 100, CGRec ...
- 《算法导论》习题解答 Chapter 22.1-8(变换邻接表的数据结构)
一般散列表都与B+树进行比较,包括在信息检索中也是. 确定某条边是否存在需要O(1). 不足: (1)散列冲突. (2)哈希函数需要不断变化以适应需求. 另外:B+树.(见第18章) 与散列表相比的不 ...
- nginx设置SSL反向代理
Nginx的反向代理通常用来映射内网中提供的Apache.IIS.Lighttpd服务,以实现负载均衡:同时,由于动态服务程序运行在内网,服务器的整体安全性也有所提高,那么怎样用nginx设置SSL的 ...
- Java Script基础(五) 内置对象Date
在JavaScript中,系统的内置对象有Date对象.Array对象.String对象和Math对象等. 1.Date:用于操作日期和时间. 2.Array:用于在单独的变量名中存储一系列的值. 3 ...