LAMP Stack

How To Embed a React Application in WordPress on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Embed a React Application in WordPress on Ubuntu 18.04

This tutorial will walk you through best practices for embedding a React application in a WordPress site. You will create a widget intended to be embedded on multiple pages and sometimes multiple times on a page. On the server side, it will be implemented as a WordPress shortcode. By the end of this tutorial, you will have created your own shortcode, inserted it into a page in WP Admin, and published that page.

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

How To Install WordPress with LAMP on Ubuntu 16.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. WordPress has seen incredible adoption and is a great choice for getting a website up and…

Read more
How To Use Ansible to Install and Set Up WordPress with LAMP on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Use Ansible to Install and Set Up WordPress with LAMP on Ubuntu 18.04

This guide explains how to use Ansible to automate the steps contained in our guide on How To Install WordPress with LAMP on Ubuntu 18.04. WordPress is the most popular CMS (content management system) on the internet, allowing users to set up flexible blogs and websites on top of a MySQL backend with PHP processing. After setup, almost all administration can be done through the web frontend.

Read more
Como Instalar o WordPress com LAMP no Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Como Instalar o WordPress com LAMP no Ubuntu 16.04

O WordPress é o CMS (sistema de gerenciamento de conteúdo) mais popular na internet. Ele lhe permite configurar facilmente blogs e websites flexíveis em cima de uma retaguarda MySQL com processamento PHP. O WordPress tem visto uma adoção incrível e é uma ótima opção para…

Read more
How To Implement Pagination in MySQL with PHP on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Implement Pagination in MySQL with PHP on Ubuntu 18.04

Pagination is the concept of constraining the number of returned rows in a recordset into separate, orderly pages to allow easy navigation between them, so when there is a large dataset you can configure your pagination to only return a specific number of rows on each page. In this tutorial, you’ll build a PHP script to connect to your database and introduce pagination to your script using the MySQL LIMIT clause.

Read more
CHAT