vagrant-spk

Packaging tool for Sandstorm

Github stars Tracking Chart

vagrant-spk

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

Example usage:

git clone git://github.com/sandstorm-io/vagrant-spk
git clone git://github.com/sandstorm-io/php-app-to-package-for-sandstorm
export PATH=$(pwd)/vagrant-spk:$PATH
cd php-app-to-package-for-sandstorm
vagrant-spk setupvm lemp
vagrant-spk vm up
vagrant-spk init
# edit .sandstorm/sandstorm-pkgdef.capnp in your editor of choice
vagrant-spk dev
# visit http://local.sandstorm.io:6090 in a web browser
# log in as Alice, the admin account
# launch an instance of the example app, play around with it
# then, press Ctrl-C to stop the tracing vagrant-spk dev
vagrant-spk pack example.spk
# You now have an .spk file.  Yay!
# Verify it works by going to http://local.sandstorm.io:6090,
# select "My Files" -> "Upload an app", select your .spk file,
# upload it, install it, and create a new instance of your app.

What the files are for

vagrant-spk will create a .sandstorm/ folder in your repo and set up some
files with some defaults for your app stack. You will likely need to modify
some of these to adapt their behavior to make the most sense for your app.

See the vagrant-spk docs on customizing your
package

for full details.

Example apps

See the example app listing in the vagrant-spk
documentation.

Overview

Name With Ownersandstorm-io/vagrant-spk
Primary LanguagePython
Program languageMakefile (Language Count: 5)
Platform
License:Apache License 2.0
Release Count18
Last Release Namev1.2 (Posted on 2024-03-16 01:02:52)
First Release Namev0.101 (Posted on 2015-07-27 15:39:24)
Created At2015-03-09 01:31:43
Pushed At2024-03-16 18:30:31
Last Commit At2024-03-16 00:07:59
Stargazers Count55
Watchers Count10
Fork Count29
Commits Count538
Has Issues Enabled
Issues Count156
Issue Open Count63
Pull Requests Count187
Pull Requests Open Count1
Pull Requests Close Count8
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top