alebcay / awesome-shell

A curated list of awesome command-line frameworks, toolkits, guides and gizmos. Inspired by awesome-php.
Creative Commons Zero v1.0 Universal
32.59k stars 2.37k forks source link

Added EasyDeployer at For Developers section #412

Open behrad-kzm opened 3 years ago

behrad-kzm commented 3 years ago

Hey! I noticed that deploying a simple flask app on a VPS is quite complicated and should run lots of commands each time I commit something on the project's repo, so I decided to create bunch of bash files to automate this.

source execute.sh my_domain worker_count

all those complex jobs now will done in a single command, it will setup nginx and gunicorn and installing all dependencies and requirements in fastest time.