yum install git
git clone --recursive https://github.com/web2py/web2py.git ~/myapp
cd ~/myapp
openssl req -x509 -new -newkey rsa:4096 -days 3652 -nodes -keyout myapp.key -out myapp.crt
python web2py.py -k myapp.key -c myapp.crt -i 0.0.0.0 -p 8000
centos install web2py
Leave a reply