Advanced Search
Search Results
36 total results found
Software
Manuales de instalación de software.
Archivos de ejemplo
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
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
<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
# 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
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
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
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
<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...