-
Tutorial
A "LAMP" stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym which represents the Linux operating sy...
•
By
Brennen Bearnes
LAMP Stack
PHP
MySQL
Apache
Ubuntu 16.04
-
Tutorial
A "LAMP" stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web apps. This stack typically consists of the Linux operating system, the Apache ...
•
By
Mark Drake
LAMP Stack
Databases
PHP
MySQL
Apache
Ubuntu 18.04
-
Tutorial
A “LAMP” stack is a group of open-source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym which represents the Linux operating sy...
•
By
Erika Heidi
Ubuntu 20.04
LAMP Stack
PHP
Apache
MySQL
Ubuntu
-
Tutorial
phpMyAdmin is an application that allows users to interact with MySQL databases through a web interface. This tutorial covers the process of installing and securing phpMyAdmin on an Ubuntu 18.04 server.
•
By
Mark Drake
Applications
PHP
Apache
Ubuntu 18.04
Ubuntu
-
Tutorial
This tutorial explains how to install Apache, how to install MySQL, how to change the root MySQL password, how to install PHP, and how to see what libraries are available. LAMP stack is a group of open source software...
•
By
Etel Sverdlov
LAMP Stack
Apache
MySQL
PHP
Ubuntu
-
Tutorial
This tutorial details the process for installing and configuring the components that constitute a LEMP stack on an Ubuntu 18.04 server, including Nginx, MySQL, and PHP. It also includes instructions for testing that t...
•
By
Justin Ellingwood, Mark Drake
LEMP
Databases
Nginx
MySQL
PHP
Ubuntu 18.04
-
Tutorial
The LEMP software stack is a group of software that can be used to serve dynamic web pages and web applications. This is an acronym that describes a Linux operating system, with an Nginx web server. The backend data i...
•
By
Justin Ellingwood
LEMP
MySQL
PHP
Nginx
Ubuntu
Ubuntu 16.04
-
Tutorial
One of the most common steps to take when setting up a new server is to install a LAMP stack. LAMP stands for Linux, Apache, MySQL, and PHP. These individual components, when used together, allow us to host dynamic ...
•
By
Justin Ellingwood
LAMP Stack
Getting Started
Apache
MySQL
PHP
Ubuntu
-
Tutorial
In the past few years Docker has become a frequently used solution for deploying applications thanks to how it simplifies running and deploying applications in ephemeral container. Docker Compose has further simplifie...
•
By
Faizan Bashir
Docker
PHP
PHP Frameworks
Nginx
MySQL
Ubuntu 18.04
Laravel
-
Tutorial
While many users require access to a database management system like MySQL, not all users feel comfortable interacting with the MySQL prompt on a daily basis. In this guide, we'll discuss how to install and secure ph...
•
By
Brennen Bearnes
Applications
MySQL
PHP
Apache
Ubuntu 16.04
-
Tutorial
In this tutorial, you'll install and get started with Composer on an Ubuntu 18.04 system.
•
By
Brian Hogan
PHP
Ubuntu 18.04
-
Tutorial
phpMyAdmin is an application that allows users to interact with MySQL databases through a web interface. This tutorial covers the process of installing and securing phpMyAdmin on an Ubuntu 20.04 server.
•
By
Mark Drake
Apache
Applications
PHP
Ubuntu
Ubuntu 20.04
-
A LEMP stack (Linux, Nginx, MySQL, and PHP) is a powerful set of software that can be configured to serve dynamic sites and web apps from your server. In this guide, we will discuss how to install a LEMP stack on an ...
•
By
Justin Ellingwood
Getting Started
Nginx
MySQL
PHP
Ubuntu
-
Tutorial
The LEMP software stack is a group of software that can be used to serve dynamic web pages and web applications written in PHP. This is an acronym that describes a Linux operating system, with an Nginx (pronounced lik...
•
By
Erika Heidi
LEMP
Nginx
PHP
Ubuntu
Ubuntu 20.04
-
Tutorial
PHP 7.0 was released on December 3, 2015. It promises substantial speed improvements over previous versions of the language, along with new features like scalar type hinting. This guide explains how to quickly upgra...
•
By
Brennen Bearnes
PHP
Apache
LAMP Stack
Nginx
LEMP
Ubuntu
-
Tutorial
Working with date and time in PHP is not the easiest or most clear of tasks. We have to deal with strtotime, formatting issues, lots of calculations, and more. A package called Carbon can help make dealing with date/t...
•
By
Chris Sev
Laravel
PHP
-
Tutorial
In this guide, we'll get a LEMP stack installed on an CentOS 7 server. A LEMP software stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web ...
•
By
Mitchell Anicas, Erika Heidi
LEMP
Nginx
PHP
MySQL
CentOS
-
Tutorial
Kubernetes is an open source container orchestration system. It allows you to create, update, and scale containers without worrying about downtime. In this tutorial, you will deploy a PHP 7 application on a Kubernetes...
•
By
Amitabh Dhiwal
Kubernetes
PHP
Nginx
Block Storage
Ubuntu 16.04
-
Tutorial
phpMyAdmin is an application that allows users to interact with MySQL (or MariaDB) databases through a web interface. This tutorial covers the process of installing and securing phpMyAdmin on a Debian 10 server.
•
By
Mark Drake
Applications
PHP
Apache
MariaDB
Debian 10
-
Tutorial
Composer is a popular dependency management tool for PHP, created to facilitate installation and update of project dependencies. It will check which other packages a specific project depends on and install them for yo...
•
By
Erika Heidi
PHP
Getting Started
Ubuntu