Skip to content

MFry/pyVagrantDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pyVagrantDemo

Vagrant box used for tutorials and demos found at https://medium.com/@michal.frystacky

Quick Start

Get started with vagrant.

If your box is already setup: Within the project's vagrant folder:

vagrant up
vagrant ssh  

In VM

source /vagrant/restaurantExample/virtualenv/bin/activate
cd /vagrant/restaurantExample/
make -f Makefile
python generate_data.py
python restaurant_server.py