Skip to content

Latest commit

 

History

History
67 lines (38 loc) · 2.25 KB

README.md

File metadata and controls

67 lines (38 loc) · 2.25 KB

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