Skip to content

Instantly share code, notes, and snippets.

@doc-hub
Last active June 28, 2019 15:33
Show Gist options
  • Save doc-hub/1280d9cf5998212c557096902533b5c6 to your computer and use it in GitHub Desktop.
Save doc-hub/1280d9cf5998212c557096902533b5c6 to your computer and use it in GitHub Desktop.

Vultr Documents Index: [PHP]

Vultr provides plenty documents, there are more than 1,000 articles under 47 topics, each has an amount range from a dozen to hundreds (with overlapping). If you want to deploy some service or debug some problems, it's convenient and reliable to refer to the official documentation.

In order to facilitate the retrieval of the required documents, I spent some time to reorganize them into some subjects according to the topic-subtopic related, and append the excerpt with the title, I hope you find this work helpful.

PHP / 68 docs in this article.

FAQ

Install Nginx + PHP FPM + Caching + MySQL on Ubuntu 12.04
Probably a lot of people are going to use their Vultr VPSes as webservers, a good choice would be Nginx as a webserver. In this topic I'm going to describe on how to install Nginx, PHP FPM and MySQL. Also we're going to look at Nginx's caching feature. In this topic we're using Ubuntu 12.04, I do not know if this will also work on CentOS or Debian.
Category: Linux Guides | MySQL and MariaDB | Ubuntu
Install Nginx + PHP FPM + Caching + MySQL on Ubuntu 12.04

Blogging

How to Install Dotclear on Debian 9 (Stretch)
Dotclear is a very simple blogging engine. It is open-source and easy to use. This tutorial will go through the installation on a Vultr high performance SSD VPS running Debian 9.
Category: Debian | Linux Guides | Server Apps
How to Install Dotclear on Debian 9 (Stretch)

How to Install Dotclear on Ubuntu 16.04
Dotclear is a very simple blog engine which has been built on top of PHP. In this tutorial, we will install Dotclear on Ubuntu 16.04. * Vultr VPS with LAMP stack on Ubuntu 16.04
Category: Linux Guides | Server Apps | Ubuntu
How to Install Dotclear on Ubuntu 16.04

CMS

How to Install PyroCMS on FreeBSD 11
PyroCMS is an open source CMS written in PHP. PyroCMS source code is hosted on GitHub. In this guide, we'll walk through the entire PyroCMS installation process on a FreeBSD 11 Vultr instance. The software stack we will use is: PHP, Nginx, MariaDB and Composer.
Category: BSD | Server Apps
How to Install PyroCMS on FreeBSD 11

How to Install PyroCMS on Fedora 28
PyroCMS is an open source CMS written in PHP. PyroCMS source code is hosted on GitHub. In this guide we'll walk through the entire PyroCMS installation process on a Fedora 28 Vultr server instance.
Category: Fedora | Linux Guides | Server Apps
How to Install PyroCMS on Fedora 28

How to Install PyroCMS on Debian 9
PyroCMS is an open source CMS written in PHP. PyroCMS source code is hosted on GitHub. In this guide we'll walk through the entire PyroCMS installation process on Debian 9 Vultr instance.
Category: Debian | Linux Guides | Server Apps
How to Install PyroCMS on Debian 9

How to Install PyroCMS on CentOS 7
PyroCMS is an open source CMS written in PHP. PyroCMS source code is hosted on GitHub. In this guide we'll walk through the entire PyroCMS installation process on a CentOS 7 Vultr instance.
Category: CentOS | Linux Guides | Server Apps
How to Install PyroCMS on CentOS 7

How to Install PyroCMS on Ubuntu 16.04
PyroCMS is an open source CMS written in PHP. PyroCMS source code is hosted on GitHub. In this guide we'll walk through the entire PyroCMS installation process on Ubuntu 16.04 LTS Vultr instance.
Category: Linux Guides | Server Apps | Ubuntu
How to Install PyroCMS on Ubuntu 16.04

Web Servers

How to Install and Configure PHP 7.2 on Ubuntu 18.04
PHP and related packages are the most commonly used components when deploying a web server. In this article, we will learn how to setup PHP 7.2 on Ubuntu 18.04 LTS.
Category: Linux Guides | Popular | Ubuntu
How to Install and Configure PHP 7.2 on Ubuntu 18.04

Deploy a PHP Application Using Docker-compose
PHP applications are usually composed by a webserver, a relational database system and the language interpreter itself. In this tutorial we will be leveraging a full PHP application stack using docker. This is an in-depth tutorial in which we are going to build and orchestrate containers for Nginx (the webserver), MySQL (the database system) and PHP.
Category: Containers | Linux Guides | MySQL and MariaDB
Deploy a PHP Application Using Docker-compose

How to Setup ionCube Loader on CentOS 7
ionCube Loader is a PHP extension that allows a web-server to execute PHP files that have been encoded using ionCube Encoder and is required to run the majority of commercial PHP Applications.
Category: CentOS | System Admin
How to Setup ionCube Loader on CentOS 7

How To Install XCache on Ubuntu 15.04
XCache is an open-source opcode cacher for PHP. In this tutorial, I'll explain how to install and configure XCache. I assume that you already have a web server with Apache and PHP installed.
Category: Linux Guides | Ubuntu
How To Install XCache on Ubuntu 15.04

Setup IonCube Loader on Ubuntu 14
IonCube gives developers the opportunity to protect their code that is written in the PHP programming language. IonCube prevents this code from being viewed, edited, and run on unlicensed systems. This works by IonCube compiling the bytecode before encoding, so that the source code is eliminated. Runtime overheads are also reduced.
Category: Linux Guides | Ubuntu
Setup IonCube Loader on Ubuntu 14

How to Install Apache, MySQL, and PHP on CentOS 6
LAMP is an acronym that stands for Linux, Apache, MySQL, and PHP. This software stack is the most popular open-source solution for the setup of web servers. Since we have decided to use the CentOS 6 x64 distribution of Linux on a Vultr VPS, we will only introduce how to install the other components in this article.
Category: CentOS | MySQL and MariaDB
How to Install Apache, MySQL, and PHP on CentOS 6

Use PHP5-FPM with Apache 2 on Ubuntu 14.04
Apache is popular web server software that is used by most web hosting providers. PHP5-FPM is a FastCGI implementation for PHP. It is useful for processing PHP scripts on busy websites.
Category: Ubuntu
Use PHP5-FPM with Apache 2 on Ubuntu 14.04

How To Install WordPress on a LEMP Configuration
In this tutorial, you'll learn how to install WordPress on a freshly created instance. I'll demonstrate the installation on an Ubuntu 14.04 server. These instructions may also work on older versions of Ubuntu and Debian.
Category: Linux Guides | MySQL and MariaDB | Ubuntu
How To Install WordPress on a LEMP Configuration

How to Install Apache, MySQL, and PHP on Ubuntu
LAMP includes Apache, MySQL, PHP, and Ubuntu. This guide was written for Ubuntu 14.04.Apache is a free open source software for web servers. To install Apache on Ubuntu, type these commands:
Category: MySQL and MariaDB | Ubuntu
How to Install Apache, MySQL, and PHP on Ubuntu

Popular

How to Install Apache 2.4, MariaDB 10.3, and PHP 7.2 on Ubuntu 18.04
In this article, you will learn how to setup an up-to-date LAMP stack by installing the latest stable releases of Apache 2.4 and MariaDB 10.3 on Ubuntu 18.04.Note: Ubuntu 18.04 ships with PHP 7.2 already installed, so we will only need to install some necessary packages.
Category: MySQL and MariaDB | System Admin | Ubuntu
How to Install Apache 2.4, MariaDB 10.3, and PHP 7.2 on Ubuntu 18.04

How to Install Apache, MySQL and PHP on Ubuntu 18.04
First, update your package manager. sudo apt-get update -y sudo apt-get upgrade -y
Category: Linux Guides | MySQL and MariaDB | Ubuntu
How to Install Apache, MySQL and PHP on Ubuntu 18.04

How to Install and Configure PHP 7.2 on Ubuntu 18.04
PHP and related packages are the most commonly used components when deploying a web server. In this article, we will learn how to setup PHP 7.2 on Ubuntu 18.04 LTS.
Category: Linux Guides | Ubuntu | Web Servers
How to Install and Configure PHP 7.2 on Ubuntu 18.04

How to Install Apache, MySQL and PHP on Ubuntu 16.04
Note: You will need sudo access for the commands in this article.First, update your package manager. sudo apt-get update -y
Category: Linux Guides | MySQL and MariaDB | Ubuntu
How to Install Apache, MySQL and PHP on Ubuntu 16.04

How to Install Apache 2.4.x, MariaDB 10.x, and PHP 7.x on Ubuntu 16.04
When deploying a web site or a web app, the most common web service solution for that is to setup a LAMP stack which consists of Linux, Apache, MySQL, and PHP.
Category: MySQL and MariaDB | System Admin | Ubuntu
How to Install Apache 2.4.x, MariaDB 10.x, and PHP 7.x on Ubuntu 16.04

Programming

Managing Laravel Work Queues With Beanstalk and Supervisor on Ubuntu 16.04
Beanstalk is a fast and simple work queue. It allows you to run time-consuming tasks asynchronously, such as sending emails, connecting to external APIs or processing images. By doing so, you will reduce your web app latency. Laravel provides out-of-the-box support for beanstalkd.
Category: Linux Guides | System Admin | Ubuntu
Managing Laravel Work Queues With Beanstalk and Supervisor on Ubuntu 16.04

Downloading, Installing and Using Composer on Ubuntu 14.04
Composer is an extremely popular PHP management tool for dependencies, used to make installation and updates easier for projects. It also checks what other packages a project needs, and automatically obtains them for you, with the correct version.
Category: Linux Guides | Ubuntu
Downloading, Installing and Using Composer on Ubuntu 14.04

Setup a Codeigniter Application on Ubuntu 16.04
Codeigniter is a very powerful PHP framework with a small footprint. This guide assumes you have at least a working LAMP stack and root access to your VPS.First, go to your Apache root folder.
Category: Linux Guides | Ubuntu
Setup a Codeigniter Application on Ubuntu 16.04

Setting Up A Yii Application on Ubuntu 14.04
Yii is a PHP framework that allows you to develop applications more quickly and easily. Installing Yii on Ubuntu is straightforward, as you will learn exactly how in this article.
Category: Linux Guides | Ubuntu
Setting Up A Yii Application on Ubuntu 14.04

Setup a Laravel 5 Application on Ubuntu 14
Laravel is a mature PHP framework that you can use to flush out ideas very quickly. It has great documentation and is one of the most popular PHP frameworks. In addition to that, Laravel has a strong community backing.
Category: Ubuntu
Setup a Laravel 5 Application on Ubuntu 14

Social

How to Install Vanilla Forum on Debian 9
Vanilla is a simple discussion forum written in PHP. Vanilla source code is publicly hosted on Github. This guide will walk you through the Vanilla installation process on a fresh Debian 9 Vultr server instance using PHP, MariaDB as a database, and Nginx as a web server.
Category: Debian | Linux Guides | Server Apps
How to Install Vanilla Forum on Debian 9

How to Install Vanilla Forum on FreeBSD 12
Vanilla is a simple discussion forum written in PHP. Vanilla source code is publicly hosted on Github. This guide will walk you through the Vanilla installation process on a fresh FreeBSD 12 Vultr server instance using PHP, MariaDB as a database, and Nginx as a web server.
Category: BSD | Server Apps
How to Install Vanilla Forum on FreeBSD 12

How to Install Vanilla Forum on Fedora 29
Vanilla is a simple discussion forum written in PHP. Vanilla source code is publicly hosted on Github. This guide will walk you through the Vanilla installation process on a fresh Fedora 29 Vultr server instance using PHP, MariaDB as a database, and Nginx as a web server.
Category: Fedora | Linux Guides | Server Apps
How to Install Vanilla Forum on Fedora 29

How to Install Vanilla Forum on Ubuntu 16.04
Vanilla forum is an open source forum application written in PHP. It is a fully customizable, easy to use, and supports external themes and plugins. It is packed with all the required features needed to run a forum. You can install a responsive theme to make the forum responsive to different screen sizes, or you can create a theme matching the style of your website. It supports SSO using WordPress, Jquery, SAML or OAuth. You can also set up social logins using Google, Facebook or Twitter. It easily integrates with many applications such as WordPress, MailChimp, Zendesk, Github, Salesforce and much more.
Category: Linux Guides | Server Apps | Ubuntu
How to Install Vanilla Forum on Ubuntu 16.04

How to Install Vanilla Forum on CentOS 7
Vanilla forum is an open source forum application written in PHP. It is a fully customizable, easy to use, and supports external themes and plugins. It is packed with all the required features needed to run a forum. You can install a responsive theme to make the forum responsive to different screen sizes, or you can create a theme matching the style of your website. It supports SSO using WordPress, Jquery, SAML or OAuth. You can also set up social logins using Google, Facebook or Twitter. It easily integrates with many applications such as WordPress, MailChimp, Zendesk, Github, Salesforce and much more.
Category: CentOS | Linux Guides | Server Apps
How to Install Vanilla Forum on CentOS 7

Containers

Deploy a PHP Application Using Docker-compose
PHP applications are usually composed by a webserver, a relational database system and the language interpreter itself. In this tutorial we will be leveraging a full PHP application stack using docker. This is an in-depth tutorial in which we are going to build and orchestrate containers for Nginx (the webserver), MySQL (the database system) and PHP.
Category: Linux Guides | MySQL and MariaDB | Web Servers
Deploy a PHP Application Using Docker-compose

MySQL and MariaDB

How to Install Apache 2.4, MariaDB 10.3, and PHP 7.2 on Ubuntu 18.04
In this article, you will learn how to setup an up-to-date LAMP stack by installing the latest stable releases of Apache 2.4 and MariaDB 10.3 on Ubuntu 18.04.Note: Ubuntu 18.04 ships with PHP 7.2 already installed, so we will only need to install some necessary packages.
Category: Popular | System Admin | Ubuntu
How to Install Apache 2.4, MariaDB 10.3, and PHP 7.2 on Ubuntu 18.04

How to Install Apache, MySQL and PHP on Ubuntu 18.04
First, update your package manager. sudo apt-get update -y sudo apt-get upgrade -y
Category: Linux Guides | Popular | Ubuntu
How to Install Apache, MySQL and PHP on Ubuntu 18.04

Deploy a PHP Application Using Docker-compose
PHP applications are usually composed by a webserver, a relational database system and the language interpreter itself. In this tutorial we will be leveraging a full PHP application stack using docker. This is an in-depth tutorial in which we are going to build and orchestrate containers for Nginx (the webserver), MySQL (the database system) and PHP.
Category: Containers | Linux Guides | Web Servers
Deploy a PHP Application Using Docker-compose

How to Install and Secure phpMyAdmin on Ubuntu 14.04 and 16.04

How to Install Apache, MySQL and PHP on Ubuntu 17.04
In this article, I will explain how to create a LAMP stack on Ubuntu 17.04.Note: You will needsudo or root access for the commands in this article. If you've already escalated to the root user, you may omit the sudo command.
Category: Linux Guides | Ubuntu
How to Install Apache, MySQL and PHP on Ubuntu 17.04

How to Install Apache, MySQL and PHP on Ubuntu 16.04
Note: You will need sudo access for the commands in this article.First, update your package manager. sudo apt-get update -y
Category: Linux Guides | Popular | Ubuntu
How to Install Apache, MySQL and PHP on Ubuntu 16.04

How to Install Apache 2.4.x, MariaDB 10.x, and PHP 7.x on Ubuntu 16.04
When deploying a web site or a web app, the most common web service solution for that is to setup a LAMP stack which consists of Linux, Apache, MySQL, and PHP.
Category: Popular | System Admin | Ubuntu
How to Install Apache 2.4.x, MariaDB 10.x, and PHP 7.x on Ubuntu 16.04

How to Install Apache, MySQL, and PHP on CentOS 6
LAMP is an acronym that stands for Linux, Apache, MySQL, and PHP. This software stack is the most popular open-source solution for the setup of web servers. Since we have decided to use the CentOS 6 x64 distribution of Linux on a Vultr VPS, we will only introduce how to install the other components in this article.
Category: CentOS | Web Servers
How to Install Apache, MySQL, and PHP on CentOS 6

How To Install WordPress on a LEMP Configuration
In this tutorial, you'll learn how to install WordPress on a freshly created instance. I'll demonstrate the installation on an Ubuntu 14.04 server. These instructions may also work on older versions of Ubuntu and Debian.
Category: Linux Guides | Ubuntu | Web Servers
How To Install WordPress on a LEMP Configuration

How to Install Apache, MySQL, and PHP on Ubuntu
LAMP includes Apache, MySQL, PHP, and Ubuntu. This guide was written for Ubuntu 14.04.Apache is a free open source software for web servers. To install Apache on Ubuntu, type these commands:
Category: Ubuntu | Web Servers
How to Install Apache, MySQL, and PHP on Ubuntu

Install Nginx + PHP FPM + Caching + MySQL on Ubuntu 12.04
Probably a lot of people are going to use their Vultr VPSes as webservers, a good choice would be Nginx as a webserver. In this topic I'm going to describe on how to install Nginx, PHP FPM and MySQL. Also we're going to look at Nginx's caching feature. In this topic we're using Ubuntu 12.04, I do not know if this will also work on CentOS or Debian.
Category: FAQ | Linux Guides | Ubuntu
Install Nginx + PHP FPM + Caching + MySQL on Ubuntu 12.04

Debian

How to Install Vanilla Forum on Debian 9
Vanilla is a simple discussion forum written in PHP. Vanilla source code is publicly hosted on Github. This guide will walk you through the Vanilla installation process on a fresh Debian 9 Vultr server instance using PHP, MariaDB as a database, and Nginx as a web server.
Category: Linux Guides | Server Apps | Social
How to Install Vanilla Forum on Debian 9

How to Install Dotclear on Debian 9 (Stretch)
Dotclear is a very simple blogging engine. It is open-source and easy to use. This tutorial will go through the installation on a Vultr high performance SSD VPS running Debian 9.
Category: Blogging | Linux Guides | Server Apps
How to Install Dotclear on Debian 9 (Stretch)

How to Install PyroCMS on Debian 9
PyroCMS is an open source CMS written in PHP. PyroCMS source code is hosted on GitHub. In this guide we'll walk through the entire PyroCMS installation process on Debian 9 Vultr instance.
Category: CMS | Linux Guides | Server Apps
How to Install PyroCMS on Debian 9

CentOS

How to Install Cachet on CentOS 7
Cachet is an open source status page system written in PHP. Cachet source code is hosted on this Github repo. In this article we will go over the Cachet installation process on CentOS 7 using a PHP, MariaDB and Nginx software stack.
Category: Linux Guides | Server Apps
How to Install Cachet on CentOS 7

How to Install PyroCMS on CentOS 7
PyroCMS is an open source CMS written in PHP. PyroCMS source code is hosted on GitHub. In this guide we'll walk through the entire PyroCMS installation process on a CentOS 7 Vultr instance.
Category: CMS | Linux Guides | Server Apps
How to Install PyroCMS on CentOS 7

How to Install Vanilla Forum on CentOS 7
Vanilla forum is an open source forum application written in PHP. It is a fully customizable, easy to use, and supports external themes and plugins. It is packed with all the required features needed to run a forum. You can install a responsive theme to make the forum responsive to different screen sizes, or you can create a theme matching the style of your website. It supports SSO using WordPress, Jquery, SAML or OAuth. You can also set up social logins using Google, Facebook or Twitter. It easily integrates with many applications such as WordPress, MailChimp, Zendesk, Github, Salesforce and much more.
Category: Linux Guides | Server Apps | Social
How to Install Vanilla Forum on CentOS 7

How to Setup ionCube Loader on CentOS 7
ionCube Loader is a PHP extension that allows a web-server to execute PHP files that have been encoded using ionCube Encoder and is required to run the majority of commercial PHP Applications.
Category: System Admin | Web Servers
How to Setup ionCube Loader on CentOS 7

How to Install Snipe-IT on CentOS 7
Snipe-IT is a free and open source web application for IT assets management. It is written on the Laravel 5.2 framework and uses MySQL to store its data. Snipe-IT is a complete and comprehensive solution for assets management, software license management, and much more.
Category: Linux Guides | Server Apps
How to Install Snipe-IT on CentOS 7

How to Install Zikula on CentOS 7
Zikula is an open source web application framework written in PHP. You can design interactive and editable websites using Zikula. It is a cross-platform application and supports all popular operating systems. Zikula uses MySQL, PostgreSQL, Oracle Database and Microsoft SQL Server on the back-end for database related operations.
Category: Linux Guides | Server Apps
How to Install Zikula on CentOS 7

Upgrade To PHP 7 On The Vultr WordPress App
Recently, in December, 2015, PHP version 7 was released as a major upgrade for its predecessor, PHP 5. Compared to the last major version in PHP 5, PHP 5.6, PHP 7 introduced multiple significant improvements: up to 2x performance, significantly reduced memory usage, consistent 64-bit support, and numerous bug fixes, along with some new features like abstract syntax tree, return type declaration, and scalar type declaration.
Category: Linux Guides | Server Apps
Upgrade To PHP 7 On The Vultr WordPress App

Setup Composer For PHP Dependencies On CentOS 6
Composer is a popular dependency manager for PHP which can simplify the installation and update of libraries necessary for your project. Nowadays, it's becoming the de-facto standard in this area because of its unparalleled convenience and ease of use.
Category: Linux Guides
Setup Composer For PHP Dependencies On CentOS 6

How to Install Apache, MySQL, and PHP on CentOS 6
LAMP is an acronym that stands for Linux, Apache, MySQL, and PHP. This software stack is the most popular open-source solution for the setup of web servers. Since we have decided to use the CentOS 6 x64 distribution of Linux on a Vultr VPS, we will only introduce how to install the other components in this article.
Category: MySQL and MariaDB | Web Servers
How to Install Apache, MySQL, and PHP on CentOS 6

Install ImageMagick on CentOS 6
ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PNG, Postscript, SVG, and TIFF. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bezier curves.
Category: Linux Guides
Install ImageMagick on CentOS 6

Arch

How to Install PHP 7.3 on an Arch Linux Webserver

  • A Vultr server running up to date Arch Linux (see this article.) * A running webserver, either Apache or Nginx * Sudo access. * Commands required to be ran as root are prefixed by #. The recommended way to run commands as root is to, as a regular user, prefix each of them with sudo.
    Category: Linux Guides
    How to Install PHP 7.3 on an Arch Linux Webserver

Fedora

How to Install Vanilla Forum on Fedora 29
Vanilla is a simple discussion forum written in PHP. Vanilla source code is publicly hosted on Github. This guide will walk you through the Vanilla installation process on a fresh Fedora 29 Vultr server instance using PHP, MariaDB as a database, and Nginx as a web server.
Category: Linux Guides | Server Apps | Social
How to Install Vanilla Forum on Fedora 29

How to Install Cachet on Fedora 28
Cachet is an open source status page system written in PHP. The source code of Cachet is hosted in this Github repo. In this article, we will go over the Cachet installation process on Fedora 28 by using the PHP, MariaDB and Nginx software stack.
Category: Linux Guides | Server Apps
How to Install Cachet on Fedora 28

How to Install PyroCMS on Fedora 28
PyroCMS is an open source CMS written in PHP. PyroCMS source code is hosted on GitHub. In this guide we'll walk through the entire PyroCMS installation process on a Fedora 28 Vultr server instance.
Category: CMS | Linux Guides | Server Apps
How to Install PyroCMS on Fedora 28

BSD

How to Install Vanilla Forum on FreeBSD 12
Vanilla is a simple discussion forum written in PHP. Vanilla source code is publicly hosted on Github. This guide will walk you through the Vanilla installation process on a fresh FreeBSD 12 Vultr server instance using PHP, MariaDB as a database, and Nginx as a web server.
Category: Server Apps | Social
How to Install Vanilla Forum on FreeBSD 12

How to Install Cachet on FreeBSD 11
Cachet is an open source status page system written in PHP. The source code for Cachet is hosted on GitHub. In this guide, you will learn how to install Cachet on a fresh FreeBSD 11 Vultr server instance.
Category: Server Apps
How to Install Cachet on FreeBSD 11

How to Install PyroCMS on FreeBSD 11
PyroCMS is an open source CMS written in PHP. PyroCMS source code is hosted on GitHub. In this guide, we'll walk through the entire PyroCMS installation process on a FreeBSD 11 Vultr instance. The software stack we will use is: PHP, Nginx, MariaDB and Composer.
Category: CMS | Server Apps
How to Install PyroCMS on FreeBSD 11

System Admin

How to Install Apache 2.4, MariaDB 10.3, and PHP 7.2 on Ubuntu 18.04
In this article, you will learn how to setup an up-to-date LAMP stack by installing the latest stable releases of Apache 2.4 and MariaDB 10.3 on Ubuntu 18.04.Note: Ubuntu 18.04 ships with PHP 7.2 already installed, so we will only need to install some necessary packages.
Category: MySQL and MariaDB | Popular | Ubuntu
How to Install Apache 2.4, MariaDB 10.3, and PHP 7.2 on Ubuntu 18.04

Managing Laravel Work Queues With Beanstalk and Supervisor on Ubuntu 16.04
Beanstalk is a fast and simple work queue. It allows you to run time-consuming tasks asynchronously, such as sending emails, connecting to external APIs or processing images. By doing so, you will reduce your web app latency. Laravel provides out-of-the-box support for beanstalkd.
Category: Linux Guides | Programming | Ubuntu
Managing Laravel Work Queues With Beanstalk and Supervisor on Ubuntu 16.04

How to Setup ionCube Loader on CentOS 7
ionCube Loader is a PHP extension that allows a web-server to execute PHP files that have been encoded using ionCube Encoder and is required to run the majority of commercial PHP Applications.
Category: CentOS | Web Servers
How to Setup ionCube Loader on CentOS 7

How to Install Apache 2.4.x, MariaDB 10.x, and PHP 7.x on Ubuntu 16.04
When deploying a web site or a web app, the most common web service solution for that is to setup a LAMP stack which consists of Linux, Apache, MySQL, and PHP.
Category: MySQL and MariaDB | Popular | Ubuntu
How to Install Apache 2.4.x, MariaDB 10.x, and PHP 7.x on Ubuntu 16.04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment