Commit Graph

1 Commits (master)

Author SHA1 Message Date
Matthew Strasiotto 103f48356b
Add vagrantfile which is rough equivalent to dockerfile, but primarily for bootstrapping dev servers (#11)
* added vagrantfile

* Add serve script to vagrantfile

* Fix heredoc

* Finally fixed env escapes

* Change to ubuntu, symlink binaries

* Fix apt installation for noninteractive ( I think )

* Remove bash from installation, add git

* Bind the same port for web interface for guest & host

This means the URL given will be accurate.
4 years ago