JamBrain / DairyBox

Local development VM and tools for Jammer Core
34 stars 17 forks source link

Document "Table Create" procedure #72

Open mikekasprzak opened 7 years ago

mikekasprzak commented 7 years ago

Oh ha. I haven't documented how to update the database tables yet.

The simple way is to vagrant destroy then vagrant up after. But the faster way is this:

vagrant ssh
cd www/src/shrub/tools
sudo ./table-create

It'll prompt you, say yes.