Created
September 5, 2019 09:58
-
-
Save raultm/2f7819c2474c48212154ab5d23dada2b to your computer and use it in GitHub Desktop.
MRBS commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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