How to install and configure web2py on CentOS 7 | Linux Today

How to install and configure web2py on CentOS 7

Written By
R
Rosehosting
Dec 2, 2016

Web2Py is a simple yet powerful Python framework for developing web applications. In this tutorial we will show how to install the Web2Py framework on a CentOS 7 VPS. First things first. Once you have the VPS make sure that you update it so that you can have the latest software. # yum update Create your application directory. In this example, we will be working in the /opt directory but you can use a directory of your choice. # mkdir /opt/web2pyapp # git clone –recursive https://github.com/web2py/web2py.git /opt/web2pyapp We will need an SSL key and a certificate so that we can later access the administrative interface. For safety reasons, it is best if we put them in a different directory.

R

Rosehosting

Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.