main
Last change
on this file was
42bd667,
checked in by David Fuertes <dfuertes@…>, 4 years ago
|
Historial Limpio
|
-
Property mode set to
100644
|
File size:
437 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | |
---|
3 | |
---|
4 | echo "+------------------------------------------+" |
---|
5 | echo "| |" |
---|
6 | echo "| Installing WEB2PY_RLABS |" |
---|
7 | echo "| |" |
---|
8 | echo "+------------------------------------------+" |
---|
9 | |
---|
10 | bash 00_install_python.sh |
---|
11 | bash 01_install_postgresql.sh |
---|
12 | bash 01_install_nginx.sh |
---|
13 | bash 02_install_web2py_rlabs.sh |
---|
14 | bash 03_config_nginx.sh |
---|
15 | bash 04_install_uwsgi.sh |
---|
Note: See
TracBrowser
for help on using the repository browser.