WordPress

How To Use WordPress Content with a Gatsby.js Application — step-by-step Javascript tutorial on Progressive Robot

How To Use WordPress Content with a Gatsby.js Application

A new paradigm in WordPress is using it only for the content part of your site and using Gatsby.js to statically generate the frontend. By decoupling content from the user interface (UI), you can keep the content editor and collaborative features of WordPress, but also enjoy the faster load times and React-based UI ecosystem of Gatsby. In this tutorial, you will provision WordPress to talk to Gatsby and set up a new Gatsby project based on a starter template.

Read more
How To Install WordPress on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress on Ubuntu 12.04

WordPress is a free and open source website and blogging tool that uses php and MySQL. It was created in 2003 and has since then expanded to manage 22% of all the new websites created and has over 20,000 plugins to customize its functionality. This tutorial shows how to install WordPress on a server with LAMP. It is written for Ubuntu 12.04.

Read more
How To Install WordPress with Apache on FreeBSD 10.1 — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress with Apache on FreeBSD 10.1

WordPress is a popular open source content management system (CMS) that can be used to easily set up a blog. It is a very flexible system, through its plugin and template support, that allows users to extend its functionality to meet their specific needs; WordPress can be customized to support anything from a basic blog to a fully-featured eCommerce site.

Read more
How To Install WordPress with LAMP on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress with LAMP on Ubuntu 18.04

WordPress is the most popular CMS (content management system) on the internet. It allows you to easily set up flexible blogs and websites on top of a MySQL backend with PHP processing. In this guide, we’ll focus on getting a WordPress instance set up on a LAMP stack (Linux, Apache, MySQL, and PHP) on an Ubuntu 18.04 server.

Read more
How To Migrate a WordPress Installation from Apache to Nginx on an Ubuntu VPS — step-by-step Linux tutorial on Progressive Robot

How To Migrate a WordPress Installation from Apache to Nginx on an Ubuntu VPS

Many users initially set up WordPress installations using the Apache web server. While Apache does an excellent job serving content in most instances, Nginx, an alternative web server, can often do the same using fewer resources. The implication of this is that your WordPress site can handle more users if it is being served by Nginx. In this guide, we will discuss how to migrate your WordPress installation from Apache to Nginx.

Read more
CHAT