Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 577 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 577 Bytes

Vagrant box for Batavia

https://github.com/pybee/batavia

Usage

The default shared folder generate a lot of problem with "npm run build". So, install vagrant-sshfs plugin for shared folder. Install new vagrant version 1.9 to avoid problems with plugins.

For testserver

$ vagrant up

http://localhost:8000

For development-environment

$ vagrant up  --provision-with development-environment
$ vagrant ssh
$ cd /pybee/batavia
$ python setup.py test

If you run

$ vagrant reload --provision-with testserver

will get testserver