Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

36 total results found

Software

Manuales de instalación de software.

Archivos de ejemplo

Instalar Bookstack

Instalar Bookstack

Instalar Bookstack

Instalar Bookstack

Guía oficial Installation · BookStack (bookstackapp.com) Dependencias Apache PHP >= 8.1 MariaDB >= 10.2 Git Composer Instalar Apache, PHP, MariaDB, Git sudo apt install git unzip apache2 php8.1 curl php8.1-curl php8.1-mbstring php8.1-ldap \ php8...

Composer

Configurar Bookstack para usar smtp.gmail.com

Instalar Bookstack

Para poder hacer uso del servidor SMTP de Google, debemos tener una cuenta de Google con la autentificación en dos pasos activada. Accedemos a la configuración de nuestra cuenta, una vez en el apartado de seguridad, accedemos al apartado de verificación en do...

Docker Engine

bookstack.conf

Instalar Bookstack Archivos de ejemplo

<VirtualHost *:80> # This is a simple example of an Apache VirtualHost configuration # file that could be used with BookStack. # This assumes mod_php has been installed and is loaded. # # Change the "docs.example.com" usage in the "ServerName" directi...

Pi-hole

.env

Instalar Bookstack Archivos de ejemplo

# This file, when named as ".env" in the root of your BookStack install # folder, is used for the core configuration of the application. # By default this file contains the most common required options but # a full list of options can be found in the '.env....

Nginx proxy manager

Instalar composer

Composer

Pagina oficial Composer (getcomposer.org) Requisitos PHP 7.2.5 <= Permisos root para instalarlo en el sistema Instalar PHP sudo apt install php Instalación Crear un fichero con llamado composer_install.sh y copiar el contenido. # Obtener checksum ...

Wordpress

Instalar Docker Engine

Docker Engine

Guía oficial Install Docker Engine on Ubuntu | Docker Docs Instalación Añadir el repositorio de Docker. # Add Docker's official GPG key: sudo apt-get update sudo apt-get install ca-certificates curl sudo install -m 0755 -d /etc/apt/keyrings sudo curl -...

Apache en Docker

Instalar Pi-hole

Pi-hole

Guía oficial Pi-hole documentation Dependencias sudo apt install git apache2 libapache2-mod-php php php-common php-cli php-opcache php-readline php-fpm php-sqlite3 php-xml php-intl curl sudo a2enconf php8.1-fpm Instalación Para instalar Pi-hole ejecutar:...

Nextcloud

pihole.conf

Pi-hole

<VirtualHost *:80> ServerName pihole.local ServerAdmin webmaster@localhost DocumentRoot /var/www/pihole <Directory /var/www/pihole> AllowOverride All # Comentar la siguiente línea si se desea permitir el acce...