Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 889 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 889 Bytes

snap-flask

Nearly instant setup of a new Flask application.

Development Stack

  • Localhost: Vagrant + Virtualbox
  • Server Version: Ubuntu 13.04 Server (Raring Ringtail)
  • Database: PostgreSQL
  • Web Server: Nginx
  • App Server: uWSGI on Supervisord

Server Layout

  • 1 Load Balancer
  • 2 Web/App Servers
  • 1 Database Server

Getting Started

Server Access

  • Log into the load balancer with vagrant ssh lb
  • Log into the database server with vagrant ssh db
  • Log into the 1st web server with vagrant ssh web1
  • Log into the 2nd web server with vagrant ssh web2