I installed py4web on centos 7 in a virtual python environment and it works 
fine.

http://127.0.0.1:8000/_dashboard works as advertised, however 
http://localhost:8000/_dashboard doesn't.
When using localhost, the dashboard page comes up, but it won't display any 
of the installed applications or any tickets.

I followed the documentation to add a session counter.  The code works when 
using http://127.0.0.1/myapp but not when using http://localhost/myapp.  
(localhost is defined as 127.0.0.1 on my system) Most of my tests  work 
with http://localhost/myapp/* but some don't.  I'm not sure if this is a 
problem or not.

- Tom

On Saturday, July 6, 2019 at 9:57:26 PM UTC-6, Massimo Di Pierro wrote:
>
> Let's test the dashboard today:
>
> # download web2py from pypi
>
> python3 -m pip install web3py
>
> # start it:
>
> web3py-start myapps
>
> (pick a one time password  and answer yes when it wants to create 
> something, it will create myapps folder and a temp .web3py-service folder)
>
> # open browser
>
> http://127.0.0.1:8000/_dashboard
>
> Now create a new app by cloning scaffold
>
> Does it work?
> How does it flow?
> What explanations should be necessary?
> Can you write a brief documentation of your experience for other users?
>
>
>

-- 
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 to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/0a90e92e-24b5-4caa-84a9-d842ff888290%40googlegroups.com.

Reply via email to