Linux Tutorials on the topic “php”
-
How to Install Laravel 5.x with Nginx and PHP-FPM 7.1 on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, php, programming, server, web server • Comments: 13
In this tutorial, I will show you how to install the Laravel Web Framework with Nginx web server, PHP-FPM 7.1 and MariaDB on a CentOS 7 system. Laravel is an open source PHP framework that follows the MVC (Model-View-Controller) design pattern. It has been created by Taylor Otwell in 2011 as an attempt to provide an advanced alternative to the CodeIgniter (CI) framework.
-
How to Install Laravel 5 PHP Framework with Nginx on Ubuntu 16.04 LTS
Author: Muhammad Arul • Tags: linux, php, server, ubuntu • Comments: 0
Laravel is a free and open source PHP framework with MVC (Model-View-Controller) design pattern. In this tutorial, we will guide you step-by-step on how to install Laravel version 5.4 with Nginx as the web server, PHP-FPM 7.0 and MariaDB.
-
How to Install PrestaShop on Debian 9
Author: Matt Vas • Tags: apache, debian, mysql, php, web server • Comments: 4
In this guide, we’ll show you how to install and configure the latest version of Prestashop on Debian 9.1. Prestashop is a free Open Source e-commerce content management platform written in PHP programming language which is often deployed on Linux under Apache/Nginx web servers, PHP and MySQL/MariaDB database management system.
-
-
Install Nginx, MariaDB and PHP (FEMP stack) on FreeBSD 11
Author: Matt Vas • Tags: freebsd, mysql, nginx, php • Comments: 0
In this tutorial, I will describe the process of installing and configuring the FEMP stack on FreeBSD 11.x. FEMP software stack is an acronym for FreeBSD - Nginx - MySQL (or MariaDB) and PHP.
-
The Perfect Server - Ubuntu 17.10 (Artful Aardvark) with Apache, PHP, MySQL, PureFTPD, BIND, Postfix, Dovecot and ISPConfig 3.1
Author: Till Brehm • Tags: apache, bind, control panels, dns, email, ftp, ispconfig, linux, mysql, php, postfix, ubuntu, web server • Comments: 22
This tutorial shows how to install an Ubuntu 17.10 (Artful Aardvark) server (with Apache2, BIND, Dovecot) for the installation of ISPConfig 3.1, and how to install ISPConfig. ISPConfig 3 is a web hosting control panel that allows you to configure the following services through a web browser: Apache or nginx web server, Postfix mail server, Courier or Dovecot IMAP/POP3 server, MySQL, BIND or MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more. This setup covers the installation of Apache (instead of nginx), BIND (instead of MyDNS), and Dovecot (instead of Courier).
-
Ubuntu 16.04 (LTS) LAMP server tutorial with Apache, PHP 7, and MySQL
Author: Till Brehm • Tags: apache, linux, mysql, php, ubuntu, web server • Comments: 163
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache 2.4 web server on an Ubuntu 16.04 (Xenial Xerus) server with PHP 7 support (mod_php) and MySQL / MariaDB and how to setup an SSL certificate with Let's encrypt. Additionally, I will install PHPMyAdmin to make MySQL administration easier. A LAMP setup is a perfect basis for CMS systems like Joomla, Wordpress or Drupal.
-
How to Install OpenLiteSpeed HTTP Server with PHP 7.1 on Ubuntu 16.04 LTS
Author: Muhammad Arul • Tags: linux, php, server, web server • Comments: 0
OpenLiteSpeed is an open source HTTP server developed by LiteSpeed Technologies. It is a high performance and lightweight HTTP server which comes with a Web-based GUI for administration. In this tutorial, we will show you how to install OpenLiteSpeed Web server, and then configure latest PHP version PHP 7.1.
-
Configure WordPress with W3 Total Cache and CloudFlare CDN in LAMP
Author: Matt Vas • Tags: apache, debian, linux, mysql, php • Comments: 4
This guide will show you how to increase WordPress website load speed with W3 Total Cache Plugin and a CloudFlare CDN free account. In this tutorial, Wordpress CMS system is installed on top of a LAMP stack (Linux + Apache HTTP server + MariaDB RDBMS and PHP) on a Debian 9 server.
-
Deploy WordPress on top of FAMP in FreeBSD 11.1
Author: Matt Vas • Tags: apache, freebsd, mysql, php • Comments: 5
This guide will show how to install and configure the most popular open source CMS used on the internet, Wordpress, on top of FAMP in FreeBSD 11.x latest release. FAMP is an acronym which describes the following software bundle: FreeBSD 11.1 Unix-like operating system, Apache HTTP server, one of the most popular open-source web server on the internet, MariaDB RDBMS (relational database management system), which is a fork of MySQL database engine, and PHP programming server-side language.
-
How to install PHP 7.1.16 as PHP-FPM & FastCGI for ISPConfig 3.1 on Debian 8 (Jessie)
Author: Till Brehm • Tags: apache, control panels, debian, ispconfig, linux, nginx, php, web server • Comments: 71
This tutorial shows how to build PHP 7.1 as a PHP-FPM and a FastCGI version on Debian 8 (Jessie) which can also be used for the multi PHP version function in the ISPConfig Hosting Control Panel. This PHP 7.1 build includes many compiled in extensions and Zend OPcache and Memcached as loadable modules.