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
- sudo chown -R www:www /opt/ && cd /opt
- wget "https://repo.anaconda.com/archive/Anaconda3-5.3.1-Linux-x86_64.sh"
- sudo chmod +x ./Anaconda3-5.3.1-Linux-x86_64.sh && ./Anaconda3-5.3.1-Linux-x86_64.sh
- following the tips:
yes
-/opt/anaconda3
-yes
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.3.1 March 18,2019
- bug fixed
- Version 0.3.2 March 18,2019
- bug fixed
- Version 0.3.3 March 18,2019
- bug fixed
- Version 0.3.4 March 18,2019
- deploy bug fixed
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for flask_deploy-0.3.4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | aad3adc3b021887eff50ed42abda3bd040f80cdc704ba0f6f9679ce6c2ba3fc3 |
|
MD5 | 3f215e9a8c32f23e4ad766700b25a42c |
|
BLAKE2b-256 | a70c00e9b34bdfafca38d1a823da2c583f9ae66ba99c2b4aa468d0158ddd936d |