Cómo instalar y configurar SimpleSAMLphp para la autenticación SAML en Ubuntu 18.04
SimpleSAMLphp es una aplicación de autenticación PHP de código abierto que ofrece soporte para SAML 2.0 como Proveedor de servicios (SP) o Proveedor de identidad…
SimpleSAMLphp es una aplicación de autenticación PHP de código abierto que ofrece soporte para SAML 2.0 como Proveedor de servicios (SP) o Proveedor de identidad…
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 phpMyAdmin, a web management interface for MySQL, on an Ubuntu 16.04 server.
phpMyAdmin was created so that users can interact with MySQL through an intuitive web interface, running alongside a PHP development environment. In this guide, we’ll discuss how to install phpMyAdmin on top of an Nginx server, and how to configure the server for increased security.
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 you, using the appropriate versions according to the project requirements.
CiviCRM is a customer relationship management suite that can simplify managing users and contacts and associating them with projects and initiatives. This guide will cover how to install CiviCRM on different contact management systems like WordPress, Drupal, and Joomla on an Ubuntu 12.04 server.
This tutorial will take you through the steps needed to host gpEasy CMS on your Droplet.
Uma pilha de software “LAMP” é um grupo de softwares de código aberto que são, normalmente, instalados juntos para permitir que um servidor hospede sites dinâmicos e aplicativos Web escritos em PHP. Este termo é uma sigla que representa o sistema operacional Linux com o…
「LAMP」スタックとは、サーバーが動的ウェブサイトとWebアプリをホストできるようにするために通常一緒にインストールされているオープンソースソフトウェアのグループです。この用語は、実際にはApache Webサーバーが搭載されたLinuxオペレーティングシステムを表す頭字語です。このサイトデータはMySQLデータベースに保存されており、動的コンテンツはPHPが処理を行います。このガイドでは、Ubuntu 20.04サーバーにLAMPスタックをインストールします。
La pile logicielle LEMP est un groupe de logiciels qui peuvent être utilisés pour servir des pages web dynamiques et des applications web écrites en PHP. Le nom « LEMP » est un acronyme qui décrit un système d’exploitation Linux avec un serveur web Nginx (prononcé «…
LEMPソフトウェアスタックは、PHPで記述された動的WebページとWebアプリケーションの提供に使用できるソフトウェアのグループです。これは、Nginx(「 Engine-X」と発音)Webサーバーを備えたL inuxオペレーティングシステムを表す頭字語です。バックエンドデータはMySQLデータベースに保存されており、動的コンテンツはPHPが処理を行います。このガイドでは、Ubuntu 20.04サーバーにLEMPスタックをセットアップします。