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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?