source: OpenRLabs-Git/deploy/rlabs_installer/install_web2py_rlabs.sh

qndtest
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 3 years ago

Historial Limpio

  • Property mode set to 100644
File size: 437 bytes
Line 
1#!/bin/bash
2
3
4echo "+------------------------------------------+"
5echo "|                                          |"
6echo "|         Installing WEB2PY_RLABS          |"
7echo "|                                          |"
8echo "+------------------------------------------+"
9
10bash 00_install_python.sh
11bash 01_install_postgresql.sh
12bash 01_install_nginx.sh
13bash 02_install_web2py_rlabs.sh
14bash 03_config_nginx.sh
15bash 04_install_uwsgi.sh
Note: See TracBrowser for help on using the repository browser.