Skip to content

Instantly share code, notes, and snippets.

@raultm
Created September 5, 2019 09:58
Show Gist options
  • Save raultm/2f7819c2474c48212154ab5d23dada2b to your computer and use it in GitHub Desktop.
Save raultm/2f7819c2474c48212154ab5d23dada2b to your computer and use it in GitHub Desktop.
MRBS commands
# Instalación y configuración
wget https://raw.githubusercontent.com/raultm/setup-mrbs/master/mrbs-install-configure.sh && sh ./mrbs-install-configure.sh && rm ./mrbs-install-configure.sh
# Instalación LAMP (Apache/MySQL/PHP) y MRBS
wget https://raw.githubusercontent.com/raultm/setup-mrbs/master/01_Ubuntu18_LAMP_mrbs.sh && sh ./01_Ubuntu18_LAMP_mrbs.sh && rm ./01_Ubuntu18_LAMP_mrbs.sh
# Archivo Configuración MRBS (/var/www/html/config.inc.php)
wget https://raw.githubusercontent.com/raultm/setup-mrbs/master/02_configure-mrbs-ies.sh && sh ./02_configure-mrbs-ies.sh && rm ./02_configure-mrbs-ies.sh
# Solventar problemas con Locale si meses/dias no aparecen en español
wget https://raw.githubusercontent.com/raultm/setup-mrbs/master/03_locale.sh && sh ./03_locale.sh && rm ./03_locale.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment