• 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 3.x on openSUSE

By Abhishek Ghosh August 22, 2013 6:12 pm Updated on October 17, 2014

Install WordPress 3.x on openSUSE

Advertisement

Install WordPress 3.x on openSUSE – it is obviously a bit difficult than versus on other REHL based or Debian based Linux distro –  here is step by step guide. It is better to read the previously published article – it is recommended to read that guide first before proceeding for Installing WordPress on openSUSE, it will require more knowledge on UNIX commands, configuring firewall and usually more RAM. We will get some advantages if we install WordPress 3.x on openSUSE – when configured, its difficult to hack the server and there is less change of OS failure. SUSE itself is know for stability.

 

Install WordPress 3.x on openSUSE : Basics

 

You need not to know how to install WordPress 3.x on openSUSE if you are a newbie. Rather use Debian or Ubuntu. On the top of this webpage there are some icons – including of YouTube – go there and search for detailed video guide. It is quite risky to install WordPress 3.x on openSUSE if you can not configure the security part properly. It is compiled with kind of GUI, any level of user, new to SUSE will feel odd. We will suggest to build a test server and work on it for few days with a test domain before moving a serious website on openSUSE – specially if you are a new user of openSUSE.

Nothing will be discussed about how to use Shell taking the fact that the user is used with them, if not search this website with your question or doubt. Your search is valuable because we can understand anonymously at which point most has difficulty.

Advertisement

---

 

Install WordPress 3.x on openSUSE : Steps

 

First, read that guide first before proceeding for Installing WordPress on openSUSE. It does not mater who is the server provider – Rackspace, Backspace all will work obviously in the same way. Rackspace usually have own repo, may be your provider has not. Do the steps and start to think the fact – WordPress is just a PHP MySQL based web application.

wget WordPress on the Public folder (usually /srv/www/htdocs/) first :

Vim
1
cd /srv/www/htdocs/

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

tar -xzvf latest.tar.gz

Vim
1
cd wordpress

Move contents to root :

mv /wordpress* .

 

Please check the name of the uncompressed folder to cd to, run ls command to get the list.

 

Vim
1
cp wp-config-sample.php wp-config.php

 

We guess you can install Apache2, PHP, PHPMyAdmin etc. still :

 

Vim
1
2
yast -i php5 php5-mysql apache2-mod_php5
rcapache2 restart

Vim
1
2
3
4
5
yast -i mysql mysql-tools
rcmysql start
mysqladmin -u root password NEWPASSWORD
mysqladmin -u root password root123
mysqladmin -u root -p password NEWPASSWORD

Install WordPress 3.x on openSUSE

If you are getting 404, then the solution: is to edit the /etc/apache2/conf.d/wordpress.conf and set AllowOverwrite to All. Again if it throws 403, edit the /etc/apache2/conf.d/wordpress.conf and add the line Options SymLinksIfOwnerMatch between the Directory-tags. Actually WordPress like Debian can be also installed like an App in package, thats what we have not done here.

Vim
1
2
tar -zxvf phpMyAdmin-latest-version-number-all-languages.tar.gz -C /srv/www/htdocs (Change latest-version-number to digits)
mv /srv/www/htdocs/phpMyAdmin-latest-version-number-all-languages /srv/www/htdocs/phpMyAdmin

Navigate to your-domain/phpMyAdmin via browser. Enter the root username and the root password of your mysql server and click go.

Vim
1
2
yast -i php5-mcrypt php5-mbstring
mv /srv/www/htdocs/phpMyAdmin/config.sample.inc.php /srv/www/htdocs/phpMyAdmin/config.inc.php

Edit it :

$cfg['Servers'][$i]['controluser'] = 'pma';$cfg['Servers'][$i]['controlpass'] = 'pmapass';/*Advanced phpMyAdmin features */$cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';$cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmark';$cfg['Servers'][$i]['relation'] = 'pma_relation';$cfg['Servers'][$i]['table_info'] = 'pma_table_info';$cfg['Servers'][$i]['table_coords'] = 'pma_table_coords';$cfg['Servers'][$i]['pdf_pages'] = 'pma_pdf_pages';$cfg['Servers'][$i]['column_info'] = 'pma_column_info';$cfg['Servers'][$i]['history'] = 'pma_history';$cfg['Servers'][$i]['tracking'] = 'pma_tracking';$cfg['Servers'][$i]['designer_coords'] = 'pma_designer_coords';

You will need to change controluser to the username of the root account of the mysql server and controlpass to it’s password. Log in to domain-name/phpMyAdmin. Create a new database named ‘phpmyadmin’ Import /srv/www/htdocs/phpMyAdmin/scripts/create_tables.sql

Tagged With install wordpress opensuse , opensuse linux install wordpress , VRMN , wordpress opensuse
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 3.x on openSUSE

  • 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.

  • Installing WordPress on openSUSE Rackspace Cloud Server

    Installing WordPress on openSUSE Rackspace Cloud Server is fully different from the command line arguments and with proper settings openSUSE is most secure OS.

  • 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.

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

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