Skip to main content

A quick deploy script for productive flask app

Project description

flask-deploy

A simple scripts for deploying flask apps with Nginx, PostgreSQL , HTTPS and Systemd Daemon.

Install

Using pip

pip install flask-deploy

Usage

Deploy on current directory

change directory to your flask project

flask-deploy or fd

Principle and Variable

  • usr : current user on Linux
    • root
  • domain : domain name of the site
    • xx.flask.org
  • env : root location of the project
    • exampleProject/
  • loc : location of directory storing the config files
    • exampleProject/xx.flask.org/

Features

DNS support

  • cloudflare
  • aliyun

Server support

  • NGINX
  • Caddy(Future)

MiddleWare support

  • uSWGI
  • gevent
  • gunicorn(Future)

Docker support

  • PostgreSQL DataBase

System Service

  • Systemd(Linux)

Assumptions

  • You're user : www
  • You have experience with Linux

requirements

Assumed you have these following conditions.

OutSide

  • server

    • example : centos

    • ip address :

  • domain

    • example : www.example.com
  • DNS

    • redirect =>

Software and enviroment

  • git
  • wget
  • curl
  • Nginx
  • docker-ce
  • Anaconda3
  • Python3.6+
  • uWSGI
  • Gevnet

Start

Following these steps, then select things you want. All of things will be generated.

  • create a user (For example : www)
  • Switch to python virtual env
  • python init.py

Then change to ROOT or sudoer with following things.

Get SSL

  • Run sudo ./domain.sh

It will generate the certifications(.cer,.key) for your project if you first run it.

Configure nginx for FLASK Application

  • sudo mv ./domain.conf /etc/nginx/sites-enabled

It will add the configuration file to NGINX for your project if you first run it.

Run FLASK Application as Systemd Daemon

  • sudo mv ./domain.service /etc/systemd/system

  • sudo systemctl enable domain

  • sudo systemctl start domain

It will add the service file to Systemd and make your project run as system service if you first run it.

Then you could manage it by:

  • sudo systemctl stop domain

  • sudo systemctl restart domain

Attention

Ubuntu 18.x

  • docker-ce install

sudo apt install apt-transport-https ca-certificates curl software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable" sudo apt install docker-ce

Options

Anaconda environment

Suppose location : /opt/anaconda3

Anaconda setup

  • conda create -n deploy python=3.6
  • conda activate deploy
  • conda install -c conda-forge gevent
  • conda install -c conda-forge uwsgi

Update

  • Version 0.3 Feb 17,2019

    • add new dns ssl generation: aliyun
    • add separate test folder
    • add number validation
    • change logic -> <domain,dns_options,docker> <OP1,OP2>
  • Version 0.4 March 18,2019

    • keep environment variable use sudo -E
    • keep python global variable use duplicate code

MIT License

Copyright (c) 2018 Monius

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

flask_deploy-0.4.3-py2.py3-none-any.whl (21.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file flask_deploy-0.4.3-py2.py3-none-any.whl.

File metadata

  • Download URL: flask_deploy-0.4.3-py2.py3-none-any.whl
  • Upload date:
  • Size: 21.5 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.7

File hashes

Hashes for flask_deploy-0.4.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 bdf2859a5f49357342e6911ba14808e729463ca26db795c034a0c07969accd00
MD5 f8db388c15a128f9e9a899f84025c5df
BLAKE2b-256 9141e902880980f8a32ac161b32aecd3d14745c593732ea53524cb8dede84380

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page