Skip to content

Vagrant (Ubuntu 20.04) provisioned with Ansible. Flask Uwsgi and Nginx.

Notifications You must be signed in to change notification settings

Eliagandolfi/vagrant-flask-uwsgi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant Flask Uwsgi Nginx Set up

Default dev environment for my flask projects. Done with Vagarnt (Ubuntu 20.04), ansible to provision the VM. Flask + Uwsgi + Nginx.

Prerequisite

  • git
  • vagrant ( + Virtualbox)

Quick start

  1. clone this repo and cd into it:
git clone git@github.com:francescocontin/vagrant-flask-uwsgi.git && cd vagrant-flask-uwsgi
  1. Boot up your Vagrant environment:
vagrant up

Access app

Point your browser to: http://10.0.0.15

To see the code changes execute in the vagrant machine:

sudo service flask-app restart
Credit
  • Clove, for the inspiration.

About

Vagrant (Ubuntu 20.04) provisioned with Ansible. Flask Uwsgi and Nginx.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smarty 65.9%
  • HTML 21.7%
  • Python 12.4%