fixed scripts/setup-web2py-nginx-uwsgi-ubuntu.sh \r
This commit is contained in:
@@ -1 +1 @@
|
|||||||
Version 2.00.0 (2012-08-24 15:33:59) dev
|
Version 2.00.0 (2012-08-24 15:53:07) dev
|
||||||
|
|||||||
@@ -315,3 +315,4 @@ reboot
|
|||||||
as superuser
|
as superuser
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
echo 'setup-web2py-nginx-uwsgi-ubuntu-precise.sh'
|
echo 'setup-web2py-nginx-uwsgi-ubuntu-precise.sh'
|
||||||
echo 'Requires Ubuntu 12.04 and installs Nginx + uWSGI + Web2py'
|
echo 'Requires Ubuntu 12.04 and installs Nginx + uWSGI + Web2py'
|
||||||
|
|
||||||
@@ -77,3 +75,4 @@ cd /home/www-data/web2py
|
|||||||
sudo -u www-data python -c "from gluon.main import save_password; save_password('$PW',443)"
|
sudo -u www-data python -c "from gluon.main import save_password; save_password('$PW',443)"
|
||||||
/etc/init.d/uwsgi restart
|
/etc/init.d/uwsgi restart
|
||||||
/etc/init.d/nginx restart
|
/etc/init.d/nginx restart
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user