Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/idaljeetsingh/webdeploy
- Owner: idaljeetsingh
- License: mit
- Created: 2020-07-06T07:41:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T08:41:39.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T18:05:34.223Z (26 days ago)
- Topics: automation, deployment, django, flask, nginx, python3, ubuntu
- Language: Python
- Homepage: https://pypi.org/project/WebDeploy
- Size: 18.6 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)