This is a virtual machine for thingmonger. If you aren't planning on doing software development on Thingmonger you can safely ignore this. This lives in its own separate repo because Thingmonger should be able to run without Vagrant just fine. This is just a quick way to bring up a Linux-y dev machine.
- Install VirtualBox
- Install Vagrant
- Setup your Vagrant machine:
mkdir /usr/local/smoldata
cd /usr/local/smoldata
git clone git@github.com:smoldata/thingmonger.git
git clone git@github.com:smoldata/vagrant-thingmonger.git
cd vagrant-thingmonger
vagrant up
vagrant ssh
cd /usr/local/smoldata/thingmonger
make setup
You will be prompted with some configuration questions:
- Choose 'Yes' when prompted: Automatically download and install stable updates?
- Choose a root MySQL password (you will be prompted to enter it again)
If everything goes as planned, you should be able to load up http://localhost:4700/ in your browser.