ES: TrustLAMP es un script en Bash que instala y configura automáticamente un entorno LAMP (Linux, Apache, MariaDB, PHP y UFW) en sistemas basados en Debian/Ubuntu.
EN: TrustLAMP is a Bash script that automatically installs and configures a LAMP stack (Linux, Apache, MariaDB, PHP and UFW) on Debian/Ubuntu-based systems.
ES: Diseñado como herramienta de aprendizaje y como instalador rápido para entornos de desarrollo.
EN: Designed as a learning tool and a fast installer for development environments.
- ✔ Comprobación de ejecución como
rootosudo - ✔ Actualización del sistema (
apt-get update && upgrade) - ✔ Instalación automática de Apache, MariaDB y PHP
- ✔ Configuración automática de VirtualHost
- ✔ Creación del directorio
/var/www/<dominio> - ✔ Generación de
index.phpconphpinfo() - ✔ Creación del archivo
.confen Apache - ✔ Activación del sitio y recarga de Apache
- ✔ Configuración de UFW (OpenSSH + Apache Full)
- ✔ Logs con color (
[INFO],[OK],[ERROR])
- ✔ Checks execution as
rootorsudo - ✔ System update (
apt-get update && upgrade) - ✔ Automatic installation of Apache, MariaDB and PHP
- ✔ Automatic VirtualHost configuration
- ✔ Creates
/var/www/<domain> - ✔ Generates an
index.phpwithphpinfo() - ✔ Creates the Apache
.conffile - ✔ Enables the site and reloads Apache
- ✔ UFW configuration (OpenSSH + Apache Full)
- ✔ Colored logs (
[INFO],[OK],[ERROR])
- Sistema Debian/Ubuntu
bashinstalado- Permisos
sudo
- Debian/Ubuntu-based system
bashinstalledsudoprivileges
git clone https://github.com/tuusuario/trustlamp.git
cd trustlamp_