WebLodge#

WebLodge is a command line aiming to provide anyone with deployment and cloud management capabilities. Userfriendly, it allows you to focus on your application development and lets the adage “you build it, you run it” comes true.

Table of contents#

Install#

$ pip install weblodge

Deploy#

The simple way to deploy your local application is by running in your application directory the command line:

$ weblodge deploy --build

In that case, WebLodge will assume that your application entry point is named app.py and your dependencies file is requirements.txt.

_images/deploy.gif

Disclaimer#

Today, WebLodge works only with Azure and Python Flask applications.

Feedbacks#

Feel free to create issues with bugs, ideas and any constructive feedback.