Skip to content

smoldata/vagrant-thingmonger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

vagrant-thingmonger

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.

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

Setup Thingmonger

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)

Load it up in a browser

If everything goes as planned, you should be able to load up http://localhost:4700/ in your browser.

About

A virtual machine for thingmonger

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published