vagrant-spk

Packaging tool for Sandstorm

Github星跟踪图

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.

主要指标

概览
名称与所有者sandstorm-io/vagrant-spk
主编程语言Python
编程语言Makefile (语言数: 5)
平台
许可证Apache License 2.0
所有者活动
创建于2015-03-09 01:31:43
推送于2025-02-08 17:25:05
最后一次提交2025-02-08 11:24:57
发布数18
最新版本名称v1.2 (发布于 2024-03-16 01:02:52)
第一版名称v0.101 (发布于 2015-07-27 15:39:24)
用户参与
星数57
关注者数10
派生数28
提交数540
已启用问题?
问题数158
打开的问题数66
拉请求数188
打开的拉请求数1
关闭的拉请求数8
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?