Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify whether packaging should be done locally or on sandstorm server via ssh connection #268

Open
neuroradiology opened this issue Apr 23, 2020 · 2 comments

Comments

@neuroradiology
Copy link

It's not clear to me from the documentation whether I should be performing the packaging on my local dev box, or on the server.

I'm 90% sure it's on my local machine because the documentation talks about compatibility with Windows and Mac OS, but I think this is worth stating explicitly in the README of entire repo.

I'm happy to generate a pull request along these lines, but first I want to make sure my understanding is correct and that it would be welcome.

Massive props to the sandstorm team; this project is just incredibly cool.

@ocdtrekkie
Copy link
Collaborator

vagrant-spk is self-contained, it installs a Sandstorm server inside the virtual machine it creates for developing your app, and any commands which need Sandstorm to do are directed to use that server.

Sometimes our docs can lead you down different paths because there are different ways to package apps. For instance, the plain spk tool would be used to do development and packaging on a server which has Sandstorm installed.

PRs are indeed very welcome on both the vagrant-spk repo and the main sandstorm repo which contains our documentation!

@zenhack
Copy link
Collaborator

zenhack commented Apr 23, 2020

Your understanding is correct; any command involving vagrant-spk should be run on the host machine, not the guest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants