Skip to content

WebDeploy is a python package for deploying Flask/Django applications at ease.

License

Notifications You must be signed in to change notification settings

idaljeetsingh/webdeploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebDeploy

A simple command line package for deploying Flask/Django apps on a Ubuntu system.

made-with-python Downloads PyPI version shields.io GitHub issues PyPI license

Changelog v1.1.0 📣

⚡ Added support for MongoDB

Install ⌨️

Using pip

$ sudo pip3 install webdeploy

Using source

$ git clone https://github.com/idaljeetsingh/webdeploy
$ cd webdeploy
$ sudo python3 setup.py install

Notes 📝

  • A fresh Ubuntu installation is preferred.
  • Installing the package using sudo is necessary as it will make changes on system by installing packages to deploy the app.

Databases Supported 🦾

  • MongoDB

Usage ⚙️

Using the package is very simple. Just open the terminal and type respective command for either Flask or Django app.
There are two ways for initiating the deploy sequence

  1. From the project root directory - Picks up default information automatically
  2. Anywhere in the system - Requires to enter project information manually

Flask

WebDeploy-flask

Django

WebDeploy-django

Tutorials 📚

Flask: Deploying Flask App on Ubuntu using WebDeploy

Django: Deploying Django App on Ubuntu using WebDeploy

License 📜

MIT License © Daljeet Singh Chhabra

ForTheBadge built-with-love