vagrant-spk

APP DEVELOPMENT TOOL

vagrant-spk is a tool designed to help app developers package apps for Sandstorm.

If you don't know Sandstorm yet, it lets you install server apps as easily as you install apps on your phone. Try a Quick Demo!

vagrant-spk requires Git, Virtualbox, and Vagrant, and runs on Linux, macOS, and Windows platforms.

Having trouble? Check our FAQ, or connect with us!

1. Install vagrant-spk

Linux and macOS install

Ensure Git, Vagrant, and Virtualbox are installed.

Run this in a terminal:

mkdir -p ~/projects
cd ~/projects
git clone https://github.com/sandstorm-io/vagrant-spk.git
cd vagrant-spk
sudo ln -s $PWD/vagrant-spk /usr/local/bin

Windows install

Ensure Git, Vagrant, and Virtualbox are installed. Then download the latest installer:

Download

2. Follow the on-screen instructions

The install script prints the URL where you can begin setup. Visit that link and follow the on-screen instructions to configure login providers, e-mail, and other key details, then log in as a user.

3. Install apps

Once you've logged in, install some apps!

Apps in Sandstorm run with a click. You won't need to edit server configuration files or provision databases. Sandstorm manages access control, so apps are private by default.

4. Stay in touch

Read about how to get involved in the project and become a part of the community.

For troubleshooting tips and next steps, read the documentation.