• 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 » apt-get install wordpress and Cloud Installation of WordPress on Ubuntu

By Abhishek Ghosh April 29, 2014 10:42 am Updated on April 29, 2014

apt-get install wordpress and Cloud Installation of WordPress on Ubuntu

Advertisement

WordPress can be installed via apt-get install wordpress command as package through the universe repositories. We have explained the method for Rackspace Cloud Server. Actually, the command is easy to run than our described method to Install WordPress on Rackspace Cloud Server (Ubuntu 14.04 PVHVM). We do not use apt-get install wordpress command to install WordPress (on Debian and Ubuntu) as by default, for a new user, this is not the standard way of serving dynamic webpages – moving, shifting might get complicated or some plugin might not work properly. As not all the Plugins are created or maintained by WordPress dot ORG, we actually can not give any warranty of standard way how WordPress plugin works. For example, you might have to change the path manually in some plugins.

 

apt-get install wordpress and Cloud Installation of WordPress on Ubuntu

 

Apart from using apt-get install wordpress function, there is also alternative Cloud Installation of WordPress available on Ubuntu via Juju Charm. To make the clear difference to the new users, we are not describing the Cloud Installation of WordPress on Rackspace Cloud Server. That way is more complicated as you’ll need to edit the settings file. That way is good for installation of WordPress en mass, i.e. for the clients.

However, there are other methods to automate installation more precisely using OpenStack specific usages. These methods require advanced knowledge on OpenStack itself, we do not want to make a new user confused. We are describing the apt-get install wordpress function to install WordPress as readers often search for this method.

Advertisement

---

 

Steps for Installing WordPress by apt-get install wordpress function

 

Follow the guide  Install WordPress on Rackspace Cloud Server (Ubuntu 14.04 PVHVM) until you reach the sub header “Preparation”.
Tilde (~) represents a command, you must not copy that part and paste to your command line tool. Hash ( # ) represents our instruction. We are logged in as root ; sudo will not be required in most commands.

Vim
1
2
3
4
5
6
7
8
9
10
11
~  ssh root@23.253.218.181
# do not copy paste anything on your Terminal window before the
# command like spaces, hash before the S of ssh
# output
The authenticity of host '23.253.218.181 (23.253.218.181)' can't be established.
ECDSA key fingerprint is 89:35:46:1b:cb:77:14:8f:86:54:36:38:bt:3c:fa:c0.
Are you sure you want to continue connecting (yes/no)?
# press y and hit Enter key
# welcome message
# update and upgrade. && joins two commands
~  sudo apt-get update && sudo apt-get update

Vim
1
2
3
~  passwd
# it will ask to enter a new UNIX password and repeat it
# no password will be visible as masked characters - nothing will appear

You need to a symbolic link to the Apache2 directory /var/www/html , the WordPress installation will be placed in /usr/share/wordpress directory.

apt-get-install-wordpress-and-Cloud-Installation-of-WordPress-on-Ubuntu

Vim
1
~  ln -s /usr/share/wordpress /var/www/html

This script configures MySQL server :

Vim
1
2
3
4
5
6
7
~  sudo bash /usr/share/doc/wordpress/examples/setup-mysql -n wordpress localhost
# wordpress is database name
# localhost is database server
# for virtual hosts you'll require to supply the domain name
~  sudo bash /usr/share/doc/wordpress/examples/setup-mysql -n wordpress_server blog.myserver.com
# change wordpress_server
# change blog.myserver.com

chown the source folder :

Vim
1
~  chown -R www-data /usr/share/wordpress

If you face any error, probably you need to move wp-config.php :

Vim
1
~  /etc/wordpress/config-localhost.php config-localhost.php.org && sudo mv wp-config.php wp-config.php.org

That is it.

Tagged With apt-get install wordpress , install wordpress with apt-get
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 apt-get install wordpress and Cloud Installation of WordPress on Ubuntu

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • WordPress Multisite on Nginx on Ubuntu 14.04 on HP Cloud

    Here is a Step by Step Guide on Setting Up WordPress Multisite on Nginx on Ubuntu 14.04 on HP Cloud with All Commands and the Configuration.

  • How to Install WordPress : Ubuntu 16.04, Nginx, PHP7-FPM

    Here is Step by Step Guide on How to Install WordPress on Ubuntu 16.04, Nginx, PHP7-FPM, memcached & Percona MySQL 5.7 on Cloud Server or VPS.

  • Ansible Ubuntu 16.04 1 Click Install WordPress, Nginx Playbook Tutorial

    Following This Tutorial, You Will Be Able to Create Own Ansible 1 Click Install WordPress Nginx Percona MySQL Playbook For Ubuntu 16.04.

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

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

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
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