• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » Install WordPress on Rackspace Cloud Server : Step by Step Guide

By Abhishek Ghosh January 7, 2012 12:25 am Updated on August 28, 2014

Install WordPress on Rackspace Cloud Server : Step by Step Guide

Advertisement

Previously we wrote on how to install WordPress on Cloud Sites, however Rackspace Cloud Sites might be expensive option for you, in that case you can think of Rackspace Cloud Server without a managed level – which can be as cheap as $ 12 / month. Rackspace provides bland server to get the most performance out of the server. You can install WordPress on Rackspace Cloud Server or other things, does not matter.
Updated : As Rackspace has changed the look of the control panel, some screenshot might not match with real. Obviously the commands will remain the same. The video guide (see below) however uses the latest control panel.

 

Points you must need to know before you are going to install WordPress on Rackspace Cloud Server

 

If you use the server for few hours, you will be charged only for few hours. For example, in order to create this guide on how to install WordPress on Rackspace Cloud Server, our cost will be hardly a Dollar. We will delete the server after its done.

You can always buy a license of cPanel of your own and install on Rackspace Cloud Server – this is what most small to medium web hosts do. In that case you will not need these UNIX commands. We do not recommend it as cPanel itself waste your resource and the price ($200/year) is a waste for an individual. There are free options / open source alternatives to cPanel, but to date as far we know – they do not support 64 bit Cent OS / Red Hat / Debian OS, which your Rackspace Cloud Server will run.

Advertisement

---

This will work for other standard servers like those from Media Template.

We always prefer that you are using Mac OS X or any distro of Linux, that will make easy to run the console using terminal plus those virus, malware stuffs are avoided. However you can use PuTTY under Windows. Also you can use the console provided on Rackspace account.

 

Steps to install WordPress on Rackspace Cloud Server

 

This article is older and we suggest our readers to follow our latest guide : How To Install WordPress on Ubuntu 13.10 on Rackspace Cloud Server. Here is a video guide to Install WordPress on Rackspace Cloud Server with Ubuntu 14.04 LTS.

In order to install WordPress on Rackspace Cloud Server, you need to login to your Rackspace account. then go to Hosting and click the Cloud Servers option o the left sided pane :

install WordPress on Rackspace Cloud Server

Now on the right sided pane, Click the Add Server option. You will get a bunch of Linux distro as option to install. We personally prefer Debian. You can use Red Hat Linux (extra charge will be added) or Cent OS. As most uses Cent OS, we will show this tutorial on install WordPress on Rackspace Cloud Server using Cent OS. The commands are nearly the same for Debian too. Next you will get the Server Configuration page –

rackspace cloud server

Type your desired name and select the size of RAM. A pop up will come telling you your password. Copy-paste it to any text editor. It will take few minutes to get ready. You can perform various actions from here –

rackspace cloud server options

You can install WordPress on Rackspace Cloud Server using this console or Terminal (Mac OS) or PuTTy (Windows). Just scroll down on this page – you will get the IP address, copy paste it on your text editor if you are going to use PuTTy or Terminal. In this guide to install WordPress on Rackspace Cloud Server, we will use PuTTy. Before using Putty, click the Domain tab and add your domain’s address. Otherwise you can not use the www folder.

 

The actual command steps to install WordPress on Rackspace Cloud Server

 

Use the IP address to run PuTTy. Use your Rackspace account username to login and that password that you have copied. We are going to Install WordPress on Rackspace Cloud Server, so need of poetry here, straight cut commands and small explanations.

We are on the root. No one can access it from a browser, so we will change directory (cd) by typying the command and then hitting enter / return key :

Vim
1
cd /var/www/html/

Now we are on the desired directory. Type and hit enter / return :

Vim
1
wget http://wordpress.org/latest.tar.gz

 

After hitting the key, it will take a bit time to get the compressed wordpress file. You will get indication that its complete. Now extract it :

Vim
1
tar -xzvf latest.tar.gz

 

Thanks to Chris for correcting it (see comments below).

You will see all got extracted. But actually it is in /wordpress directory, is not it ? But we need everything on the root! So, we will move (mv) all the files by typing these and hitting enter :

Vim
1
mv /wordpress* .

 

This command is very important. This is one of the fantastic commands of UNIX. Note the dot – its moving everything to dot – your current directory. Give a space between * and dot. For Debian Linux, dots will be two – simply one directory level up.
You can type ls to list everything. Done. But we need to create a database first to install WordPress. In order to use MySQL, the common packages needs to be installed before. We need to install AMP – that is MySQL, Apache and PHP. Very simple. Just type :

 

Vim
1
yum -y install httpd php mysql mysql-server php-mysql

 

This is a fantastic command and saves huge time. Start MySQL –

 

Vim
1
service mysqld start

 

Now go to MySQL by –

 

Vim
1
>mysql

 

Hit return. Now create a database by typing –

 

Vim
1
create database wordpress;

 

here is the wrong people usually do –

Rackspace console

Type –

Vim
1
create user 'wordpress'@'localhost' identified by 'password';

 

then –

Vim
1
grant all privileges on '.' to 'wordpress'@'localhost' with grant options;

 

Exit. Simple go to for example – http://yourdomainname.com/wp-admin/install.php ; it will say that wp-config.php is not configured, simply you can add data by following on browser options through WordPress installation script. Done.

 

More Steps, Guides and Videos to Install WordPress on Rackspace Cloud Server : Updated on March, 2013

 

As, Install WordPress on Rackspace Cloud Server is one of the most searched tutorial on Rackspace unmanaged cloud, we have added more guides and videos for you :

 

  • Adding Domain Name to Rackspace Cloud Server
  • Installing WordPress on Rackspace Cloud Server Video Guide
  • There has been change in the look and function of the control panel, you can read – Installing WordPress on Rackspace Cloud Server with Cloud Database

You are reading an old tutorial!

You should read current article which uses newest Operating System and Newest Version of WordPress. Here is a video guide to Install WordPress on Rackspace Cloud Server with Ubuntu 14.04 LTS. In that article there is link to another article with all the commands. If you want to install Webmin Webhosting control panel, PHPMyAdmin for your instance; then follow How To Install WordPress on Ubuntu 13.10 on Rackspace Cloud Server.

This Article Has Been Shared 663 Times!

Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Install WordPress on Rackspace Cloud Server : Step by Step Guide

  • Creating a Scalable Cloud Infrastructure for WordPress

    Creating a Scalable Cloud Infrastructure for WordPress needs multiple Web Servers, multiple MySQL Database Servers, Cloud Loadbalancers. Here is full tutorial.

  • Installing WordPress on Rackspace Cloud Server with Cloud Database

    Installing WordPress on Rackspace Cloud Server with Cloud Database can give you a good performance with scalable and economically best solution. Simple Guide.

  • Self Hosted WordPress on Cloud Server for Dummies

    Self Hosted WordPress is itself a scary phrase to a non-tech person and add Cloud Server on it. Here is Very Easy Guide to under Self Hosted WordPress.

  • Downloading or Cloning a Full Website in OS X and Linux with wget

    Downloading or Cloning a Full Website in OS X and Linux with wget can make it fully static and you can deliver it from any CDN like Rackspace Cloud Files.

  • Rackspace Cloud FTP Guide

    Rackspace Cloud FTP Guide covers both the FTP / SFTP for Rackspace Cloud Sites and Rackspace Cloud Server.Here are also tips and tricks for Rackspace Cloud FTP.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Comments

  1. AvatarAaron says

    April 4, 2012 at 6:57 pm

    Thanks for the guide. What special character is being replaced with the question mark/diamond in this line of code?:

    grant all privileges on ‘.’ ?to ‘wordpress’@’localhost’ with grant options;

  2. AbhishekAbhishek says

    April 4, 2012 at 7:37 pm

    Sorry for that [] thing produced by WordPress. Thanks for the appreciations. Its actually (now corrected) :

    grant all privileges on ‘.’ to ‘wordpress’@’localhost’ with grant options;

  3. AvatarChris says

    June 18, 2012 at 3:13 pm

    Trouble with extraction… Use this command “tar -zxvf latest.tar.gz” just lose the quotes.

  4. AbhishekAbhishek says

    June 18, 2012 at 6:43 pm

    Thanks. Corrected.

  5. Avatartechnophilo says

    October 21, 2012 at 11:15 am

    Hi,

    am able to do all the configuration of WordPress fine. Problem is now how to configure the IP address of Server point to custom domain name.

    I mean WordPress is launched on Redhat Cloud Server with an IP address. How to make it accessibl eon internet with domain name?

  6. AbhishekAbhishek says

    October 21, 2012 at 1:53 pm

    Hi,

    That means you have completed all the steps rightly. Instead of domain name all are remaining to be ‘

    your-ip/wp-admin.php

    ‘ like structure. This thing is actually very good, it shows you are 95% done. You can now modify the files –

    /etc/apache2/ports.conf

    and

    /etc/apache2/sites-available/

    , that is the virtual host to point towards your domain. Please follow this guide :

    http://www.rackspace.com/knowledge_center/article/ubuntu-apache-virtual-hosts

    It is for Ubuntu, but the basic is the same. You can search with ‘how to set virtual host in Red Hat Linux’ to get specific instructions if you need.

    We avoid this last step to set virtual host as different users needs different setup. I pointed you the traditional easy way above. But, from your question, it appears it can be a trouble to many. We will definitely add new detailed guide on this very soon.

    Thanks and Regards,

    Abhishek

  7. AvatarJean-Pierre says

    December 19, 2012 at 11:38 pm

    Thank you thank you thank you Abhishek! I’m going to set up a server tonight. I have a multi-site setup with many different domains. Will I need to have BIND 2 setup as well or should I just read that article no Virtual hosts? I’ve been using cPanel for years now and I’m ready to step my game up.

  8. AbhishekAbhishek says

    December 20, 2012 at 1:13 am

    Yes Jean, for Virtual Host and Domain name Pointing there are two separate guides (the first one is usually enough) :

    http://thecustomizewindows.com/2012/10/adding-domain-name-to-rackspace-cloud-server-one-server-setup/

    http://thecustomizewindows.com/2012/03/apache-virtual-host-details-and-guide-to-to-set-up-virtual-host/

    We also noticed that users searches for the next steps !
    If you need a control panel you can use OpenPanel : http://thecustomizewindows.com/2012/07/installing-openpanel-on-rackspace-cloud-server/ (its free and supports loadbalancers).
    For paid use only Plesk, cPanel get installed (we have tutorial too) but actually is not very stable on Rackspace Cloud Server.

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Four Foolproof Tips To Never Run Out Of Blog Ideas For Your Website March 28, 2023
  • The Interactive Entertainment Serving as a Tech Proving Ground March 28, 2023
  • Is it Good to Run Apache Web server and MySQL Database on Separate Cloud Servers? March 27, 2023
  • Advantages of Cloud Server Over Dedicated Server for Hosting WordPress March 26, 2023
  • Get Audiophile-Grade Music on Your Smartphone March 25, 2023

About This Article

Cite this article as: Abhishek Ghosh, "Install WordPress on Rackspace Cloud Server : Step by Step Guide," in The Customize Windows, January 7, 2012, March 29, 2023, https://thecustomizewindows.com/2012/01/install-wordpress-on-rackspace-cloud-server-step-by-step-guide/.

Source:The Customize Windows, JiMA.in

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie SettingsAccept
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT