Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/idaljeetsingh/webdeploy

WebDeploy is a python package for deploying Flask/Django applications at ease.
https://github.com/idaljeetsingh/webdeploy

automation deployment django flask nginx python3 ubuntu

Last synced: 26 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# WebDeploy

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

[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
[![Downloads](https://static.pepy.tech/personalized-badge/webdeploy?period=total&units=international_system&left_color=black&right_color=orange&left_text=Downloads)](https://pepy.tech/project/webdeploy)
[![PyPI version shields.io](https://img.shields.io/pypi/v/WebDeploy.svg)](https://pypi.python.org/pypi/WebDeploy/)
[![GitHub issues](https://img.shields.io/github/issues/idaljeetsingh/WebDeploy.svg)](https://GitHub.com/idaljeetsingh/WebDeploy/issues/)
[![PyPI license](https://img.shields.io/pypi/l/WebDeploy.svg)](https://pypi.python.org/pypi/WebDeploy/)

## 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](LICENSE) © [Daljeet Singh Chhabra](https://GitHub.com/iDaljeetSingh)

[![ForTheBadge built-with-love](http://ForTheBadge.com/images/badges/built-with-love.svg)](https://GitHub.com/iDaljeetSingh/)