test so far so good in latest commits (138) using docker (ubuntu n debian), 
a few error during test auth which i know is still work in progress or 
prefer to report the error traceback too ?
*steps*
docker pull ubuntu
docker run -it --privileged ubuntu /bin/bash

apt update
apt install -y git python3-pip python-pip memcached curl unzip 
service memcached restart
cd
git clone https://github.com/web2py/web3py
cd web3py
pip3 install pytest mechanize twine 
pip3 install -U -r requirements.txt
make deploy
python3 -c "from pydal.validators import CRYPT; 
open('password.txt','w').write(str(CRYPT()(input('password:'))[0]))"
mkdir apps/examples/databases
./web3py-start -p password.txt -a 0.0.0.0:8000 apps &
cd
curl -L -o ngrok.zip -C - https:
//bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip
unzip ngrok.zip
cd
./ngrok http 8000

best regards,
stifan

-- 
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/e1ef987c-a503-4237-9945-b7d1e5ef76d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to