let's get you through it.

for development I use two instances of web2py.

one:

python web2py.py -i public_ip -p 80 -a ""

two:

python web2py.py -i public_ip -p 8001 -a "password"

one instance serves my beta testers and users, the second on runs just for me

then I do:

ssh -L 8001:127.0.0.1:8001 k...@server

and type 127.0.0.1:8001 in my browser. I promise you it will work.

the first "8001" is my local port on my desktop
the :127.0.0.1:8001 part is where I estabilished my web2py instance on
the server. that is all.

happy hacking.

-- 
Kuba

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to