vagrant-spk icon indicating copy to clipboard operation
vagrant-spk copied to clipboard

Packaging tool for Sandstorm, a self-hosting platform for web apps!

Results 64 vagrant-spk issues
Sort by recently updated
recently updated
newest added

I'm not including this in 1.2, but leaving this PR out there in part as a reminder to do it next release. There is no Sandstorm Development Group, Inc. so...

This is the setup.sh I wrote a couple weeks ago which got me... most of the way there maybe? ``` sudo apt-get install -y clang libc++-dev libc++abi-dev g++ unzip zip...

stack-specific

The `spk unpack` command mostly exists for Sandstorm itself to install an app. However, we should ensure that it is available to developers on Windows/Mac as well by supporting a...

enhancement
bite-size

Since we need to install things like WINE and github-release and such to do vagrant-spk releases, and most of the release process is already well-scripted, we should consider making this...

help wanted
release-distrib
good-first-issue

> 22:31 Maybe we could add a feature that dumps a list of debian packages that are installed into the spk, so you can inspect it after the fact to...

enhancement
help wanted
good-first-issue

This is particularly egregious with setupvm, but I'd like to fix it for both. These commands overwrite existing app packaging files without any confirmation. In the case of setupvm it...

bite-size
good-first-issue

Is it possible to ensure that `vagrant-spk`understands by default the same arguments and options as `vagrant`does? I have many times the problem when I destroy a vagrant box that it...

enhancement

As a developer, I worry that I'm missing updates to vagrant-spk when I use it. It would be great if [1] vagrant-spk tried to auto-update on use (with confirmation from...

release-distrib

The folks at Hashicorp decided to relicense Vagrant under [the Business Source License](https://github.com/hashicorp/vagrant/blob/main/LICENSE), a non-free and open source license. While the packages for Ubuntu 22.04 and, I'd assume a number...

Generally, upon any radical vagrant-spk changes, I test against php-app-to-package-for-sandstorm and python-app-to-package-for-sandstorm, which are both excellent baseline test apps that use the base stack scripts for lemp and uwsgi respectively....

help wanted
stack-specific
good-first-issue