Vagrant
Using the SlashDB box requires an working installation of Vagrant.
Instructions
1. Visit SlashDB repository at https://app.vagrantup.com/slashdb/boxes/slashdb for more detail but in general you execute:
vagrant init slashdb/slashdb
vagrant up
2. When done SlashDB should be accessible at http://localhost:8888
3. To finish setup see: Logging in for the first time.
4. To log into the vagrant box use:
- SSH to slashdb@localhost on port 2222 using password slashdb
- or a convenient command
vagrant ssh