[web2py] Re: Help a noob - I have run script setup-web2py-nginx-uwsgi-ubuntu.sh, now what?

2018-07-08 Thread Dave S
On Saturday, July 7, 2018 at 9:41:30 PM UTC-7, William Chen wrote: > > Hi web2py community, I am a complete noob, so bear with me. > > I have set up my server on DigitalOcean, set up my SSH and user > permissions, and run the following script successfully: > > cd ~/ > wget > https://raw.githubu

[web2py] Re: Help a noob - I have run script setup-web2py-nginx-uwsgi-ubuntu.sh, now what?

2018-07-08 Thread 黄祥
@dave not sure understand with ssh port forwarding to look like a local access in web2py, any example? @william already checked the script you run is included nginx https configuration ref: https://raw.githubusercontent.com/web2py/web2py/master/scripts/setup-web2py-nginx-uwsgi-ubuntu.sh pls tried

[web2py] Re: web2py-ipython shell error: "list index out of range"

2018-07-08 Thread Jose C
Hi Stifan, Many thanks for checking. I noticed you used the stable version: 2.16.1-stable+timestamp.2017.11.14.05.54.25. I was using the latest nightly: 2.16.1-stable+timestamp.2018.06.02.04.50.21 I tested with the stable version you used and it works fine here too. This implies that a bug ma

[web2py] Re: web2py-ipython shell error: "list index out of range"

2018-07-08 Thread 黄祥
yes, have the same error too on docker, not sure on line 329, i've checked it shown: 'import IPython error; use default python shell') *step to reproduce an error on docker* *python 2 docker ubuntu image with web2py nightly source* docker pull ubuntu docker run -it ubuntu /bin/bash apt update ap

[web2py] Re: web2py-ipython shell error: "list index out of range"

2018-07-08 Thread Jose C
Great Stifan, thanks for confirming. I'll file a bug report with the dev team. Regards, Jose On Sunday, 8 July 2018 12:41:59 UTC+1, 黄祥 wrote: > > yes, have the same error too on docker, not sure on line 329, i've checked > it shown: > 'import IPython error; use default python shell') > > *st

[web2py] Re: Help a noob - I have run script setup-web2py-nginx-uwsgi-ubuntu.sh, now what?

2018-07-08 Thread pbreit
If you try to access your server in a browser by its numbered IP address (for example: 123.45.67.89) you should see the web2py "Welcome" app. I believe that script sets up an admin user so you can access admin at "https://123.45.67.89/admin"; (with YOUR IP address). On Saturday, July 7, 2018