Re: [web2py] Re: Ubuntu 16.04 - installation script stops

2016-12-08 Thread Richard Vézina
Hello Mirek, Can send a PR over github so we get a better idea what your improvements are and can include them more easily. Thanks Richard On Thu, Dec 8, 2016 at 7:31 AM, Mirek Zvolský wrote: > The link is no longer working. > Here is the script. This version worked for

[web2py] Re: Ubuntu 16.04 - installation script stops

2016-12-08 Thread Mirek Zvolský
The link is no longer working. Here is the script. This version worked for me: #!/bin/bash echo 'setup-web2py-nginx-uwsgi-ubuntu-precise.sh' echo 'Requires Ubuntu > 12.04 or Debian >= 8 and installs Nginx + uWSGI + Web2py' # Check if user has root privileges if [[ $EUID -ne 0 ]]; then echo

[web2py] Re: Ubuntu 16.04 - installation script stops

2016-08-09 Thread Ron Chatterjee
Does someone has a similar script for sun solaris? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed

[web2py] Re: Ubuntu 16.04 - installation script stops

2016-08-09 Thread Martin Weissenboeck
Ok, I'll try it. It takes only about 15 minutes to get new "fresh" server. Am 09.08.2016 14:03 schrieb "Mirek Zvolský" : > > If you have lot of time, you can test if this script works: > >

[web2py] Re: Ubuntu 16.04 - installation script stops

2016-08-09 Thread Mirek Zvolský
Or maybe all is properly installed but the service control command is unknown. So you can just try the systemctl command from bottom of (patched) script: sudo systemctl restart nginx sudo systemctl restart emperor.uwsgi Dne úterý 9. srpna 2016 14:03:18 UTC+2 Mirek Zvolský napsal(a): > > If

[web2py] Re: Ubuntu 16.04 - installation script stops

2016-08-09 Thread Mirek Zvolský
If you have lot of time, you can test if this script works: https://github.com/zvolsky/web2py/blob/zvolsky_rejected/scripts/setup-web2py-nginx-uwsgi-ubuntu.sh Here I try use systemctl instead of start. Dne pondělí 8. srpna 2016 18:39:51 UTC+2 mweissen napsal(a): > > I have tried to setup

[web2py] Re: Ubuntu 16.04 - installation script stops

2016-08-09 Thread Niphlod
ahem. maybe a dos2unix first solves it. On Tuesday, August 9, 2016 at 11:39:56 AM UTC+2, mweissen wrote: > > Thank you for this script. I am using a dedicted server from noez.de and > it is possible to choose one of a lot of operating systems. I have choosen > Ubuntu 16.04. > > I have tried: >

[web2py] Re: Ubuntu 16.04 - installation script stops

2016-08-09 Thread Martin Weissenboeck
Thank you for this script. I am using a dedicted server from noez.de and it is possible to choose one of a lot of operating systems. I have choosen Ubuntu 16.04. I have tried: wget

[web2py] Re: Ubuntu 16.04 - installation script stops

2016-08-09 Thread LMK
You can modify below lines in the script: From: /etc/init.d/nginx start start uwsgi-emperor To: service nginx start service emperor.uwsgi start (coz no longer init.d and upstart in ubuntu 16.04) On Monday, August 8, 2016 at 11:09:51 PM UTC+6:30, mweissen wrote: > > I have tried to setup a new

[web2py] Re: Ubuntu 16.04 - installation script stops

2016-08-08 Thread Niphlod
as soon as I get some free time this should become the new (and only) "official" script. Or as soon as somebody else takes that responsibility. https://gist.github.com/niphlod/8a13025001363657f0201b2a15dad41c On Monday, August 8, 2016 at 6:39:51 PM UTC+2, mweissen wrote: > > I have tried to