Linux Tutorials on the topic “php”
-
How to install Wolf CMS on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: apache, linux, mysql, php, web server • Comments: 1Wolf CMS is a free and open source content management system written in the PHP programming language. It is simple, fast, light-weight cms software and has a simple and elegant user interface.
-
How to Install October CMS platform on Debian 9
Author: Blago Eres • Tags: debian, linux, mysql, nginx, php, web server • Comments: 1October CMS is a free, open-source, self-hosted CMS platform based on the Laravel PHP Framework. This tutorial shows the installation of October CMS on Debian 9 with Nginx and MariaDB, secured with a free SSL certificate from Let's encrypt.
-
How to Install Vanilla Forum on Ubuntu 18.04 LTS
Author: Blago Eres • Tags: linux, mysql, nginx, php, ubuntu, web server • Comments: 1In this tutorial, I will show you how to install Vanilla Forum on Ubuntu 18.04 LTS using Nginx as a web server, MySQL as a database server, and optionally you can secure transport layer by using acme.sh client and Let's Encrypt certificate authority to add SSL support.
-
-
Install WordPress 5 with Apache on Debian 9
Author: Matt Vas • Tags: debian, mysql, php, server, web server • Comments: 5This tutorial will show you how to install and configure the latest version of WordPress 5 on top of a LAMP stack in Debian 9 - Stretch. Wordpress, without a doubt, is one of the most popular open-source Content Management System or CMS used in these days for internet publishing, which powers more than 60 million websites worldwide, whether small blogging sites or notable huge name brands.
-
How to Install LimeSurvey (CE) on CentOS 7
Author: Blago Eres • Tags: centos, linux, nginx, php • Comments: 0LimeSurvey is an open source survey software written in PHP. In this tutorial, we will walk you through the LimeSurvey Community Edition (CE) installation process on a fresh CentOS 7 system.
-
The Perfect Server - Ubuntu 18.04 (Nginx, MySQL, PHP, Postfix, BIND, Dovecot, Pure-FTPD and ISPConfig 3.1)
Author: Till Brehm • Tags: bind, control panels, dns, email, ftp, ispconfig, linux, mysql, nginx, php, postfix, ubuntu, web server • Comments: 73
This tutorial shows the steps to install an Ubuntu 18.04 (Bionic Beaver) server with Nginx, PHP, MariaDB, Postfix, pure-ftpd, BIND, Dovecot and ISPConfig 3.1. ISPConfig is a web hosting control panel that allows you to configure the installed services through a web browser. This setup provides a full hosting server with web, email (inc. spam and antivirus filter), Database, FTP and DNS services.
-
The Perfect Server - Ubuntu 18.04 (Bionic Beaver) 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: 182
This tutorial shows how to install an Ubuntu 18.04 LTS (Bionic Beaver) server with Apache, BIND, Dovecot and ISPConfig 3.1. ISPConfig 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).
-
The Perfect Server - Ubuntu 16.04 (Nginx, MySQL, PHP, Postfix, BIND, Dovecot, Pure-FTPD and ISPConfig 3.1)
Author: Till Brehm • Tags: bind, control panels, dns, email, ftp, ispconfig, linux, mysql, nginx, php, postfix, ubuntu, web server • Comments: 64
This tutorial shows the steps to install an Ubuntu 16.04 (Xenial Xerus) server with Nginx, PHP, MariaDB, Postfix, pure-ftpd, BIND, Dovecot and ISPConfig 3.1. ISPConfig is a web hosting control panel that allows you to configure the installed services through a web browser. This setup provides a full hosting server with web, email (inc. spam and antivirus filter), Database, FTP and DNS services.
-
The Perfect Server - Ubuntu 16.04 (Xenial Xerus) 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: 276
This tutorial shows how to install an Ubuntu 16.04 (Xenial Xerus) 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).
-
How to Install Laravel 5.6 PHP Framework with Nginx on Ubuntu 18.04
Author: Muhammad Arul • Tags: linux, php, programming, ubuntu, web server • Comments: 6
Laravel is a free and open source PHP framework that implements the MVC (Model-View-Controller) design pattern. In this tutorial, I will guide you step-by-step on how to install Laravel version 5.6 with Nginx as the web server, PHP-FPM 7.2, and MariaDB.