- Python,
- Flask
- Vagrant(virtualbox)
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
-
Clone this repository. More info at How to Clone a repository
-
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
- Navigate to the following address on your browser of choice: localhost:5000