Add docs for running web app

This commit is contained in:
Lance Edgar 2019-08-17 18:54:04 -05:00
parent 1660774ad2
commit 2adb18534c
4 changed files with 83 additions and 0 deletions

3
Vagrantfile vendored
View file

@ -5,4 +5,7 @@ Vagrant.configure("2") do |config|
# target machine runs Debian 10 "buster"
config.vm.box = "debian/buster64"
# rattail-tutorial web app
config.vm.network "forwarded_port", guest: 9080, host: 9080
end