Linux Tutorials on the topic “web server”
-
How to Install Mastodon Social Network with Docker on Rocky Linux 9
Author: Navjot Singh • Tags: linux, server, web server • Comments: 1 • Published: Nov 23, 2022Mastodon is a free, decentralized, and open-source social network. It was created as an alternative to Twitter. Just like Twitter people can follow each other, and post messages, images, and videos. This tutorial will teach you how to set up your instance of Mastodon on a server with Rocky Linux 9 using Docker.
-
How to Install Django with Postgres, Nginx, and Gunicorn on Rocky Linux 9
Author: Navjot Singh • Tags: linux, nginx, server, web server • Comments: 3 • Published: Nov 14, 2022Django is a python framework used for developing dynamic websites and applications. In this tutorial, you will learn how to install the Django framework on a Rocky Linux 9 server.
-
How to Install Odoo ERP Software (formerly OpenERP) on Debian 11
Author: Arvid L • Tags: debian, linux, nginx, web server • Comments: 0 • Published: Nov 09, 2022Odoo (formerly OpenERP) is an open-source and powerful business management software. Odoo works as a central application that allows you to manage business-related tasks from one single web application dashboard. In this tutorial, you will learn how to install Odoo 14 on the Debian 11 Bullseye.
-
-
How to Install LOMP Stack (OpenLiteSpeed, MariaDB, and PHP) on Debian 11
Author: Arvid L • Tags: debian, linux, server, web server • Comments: 0 • Published: Nov 09, 2022The LOMP Stack is a popular software suite to deliver web applications. LOMP stands for Linux as the operating system, OpenLiteSpeed as the web server, MySQL/MariaDB as the database server, and PHP for the backend of applications.
-
How to Install GlassFish Java Application Server on Rocky Linux
Author: Arvid L • Tags: linux, nginx, server, web server • Comments: 0 • Published: Nov 07, 2022GlassFish is a free and open-source implementation of the Java EE Platform developed by Eclipse. In this tutorial, we will install the GlassFish Java Application Server with Nginx reverse proxy on Rocky Linux.
-
How to run Python Scripts with Apache and mod_wsgi on Ubuntu 22.04
Author: Till Brehm • Tags: linux, ubuntu, web server • Comments: 0 • Published: Oct 27, 2022The Apache module mod_wsgi provides an interface for hosting Python-based web applications. In this tutorial, I will show you how to install and configure of mod_wsgi using Apache web server on Ubuntu 22.04 LTS.
-
How to Install Discourse with Docker on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 0 • Published: Oct 14, 2022Discourse is a free and open-source discussion platform built for the next decade of the Internet. You can use it as a mailing list, a discussion forum, and a long-form chat room. In this tutorial, we will show you how to install Discourse Forum on Ubuntu 22.04.
-
How to Install Shopware with Nginx and Free Let's Encrypt SSL on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 1 • Published: Oct 13, 2022Shopware community edition is a free and open-source shopping cart platform used that allows you to start your own online shop on the web. It is written in Symfony and Vue.js and based on a modern technology stack. In this tutorial, we will show you how to install Shopware CE with Nginx and Let's Encrypt on Ubuntu 22.04.
-
How to Install and Configure Squid Proxy Server on Rocky Linux/Alma Linux 9
Author: Navjot Singh • Tags: linux, server, web server • Comments: 0 • Published: Oct 07, 2022In this tutorial, you will learn how to install and configure Squid Proxy on a Rocky / Alma Linux 9 server. Squid is used as a distributed caching mechanism, by saving data obtained from different requests, increasing the traffic speed when similar requests are done.
-
How to Install Redmine Project Management Tool on Ubuntu 22.04
Author: Arvid L • Tags: linux, ubuntu, web server • Comments: 0 • Published: Oct 06, 2022Redmine is free and open-source project management and issue-tracking tool. It's web-based application software, mainly written in Ruby on Rails. It's cross-platform and supports multiple databases and multiple languages.