centos install web2py

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

Leave a Reply

Your email address will not be published. Required fields are marked *