Skip to content

Vagrant Flask Template is a template used for starting a new project using Vagrant and Python/Flask.

Notifications You must be signed in to change notification settings

Warfront1/Vagrant-Flask-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant Flask Template

N|Solid

Vagrant Flask Template integrates, with as little as possible code/configuration, the following:

  • Python,
  • Flask
  • Vagrant(virtualbox)

Requirements

The following applications are required to run the Vagrant Flask Template

If developing on Windows you will need to use an additional application in order to SSH into the box (explained later)
I'd recommend using the Git Shell packaged with the Github Desktop Application

Setup Instructions

  1. Clone this repository. More info at How to Clone a repository

  2. Follow these commands on terminal or git bash/git shell

# cd into the repository root (top level of the repository where Vagrantfile is)
$ Vagrant up
$ Vagrant ssh
# Now you have established an SSH connection with the dev box
$ python /vagrant/app/flaskhelloworld.py
  1. Navigate to the following address on your browser of choice: localhost:5000

About

Vagrant Flask Template is a template used for starting a new project using Vagrant and Python/Flask.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages