|
il y a 8 ans | |
---|---|---|
.. | ||
images | il y a 9 ans | |
ChangeLog | il y a 8 ans | |
Makefile | il y a 8 ans | |
README.md | il y a 8 ans | |
build.sh | il y a 9 ans | |
description.md | il y a 9 ans | |
pgp-keyring | il y a 9 ans | |
pgp-signature | il y a 9 ans | |
rootFiles | il y a 8 ans | |
sandstorm-pkgdef.capnp | il y a 8 ans | |
server.c++ | il y a 8 ans | |
shortDesc.txt | il y a 9 ans | |
ssindex.html | il y a 8 ans | |
stage.sh | il y a 8 ans |
drawio/etc/sandstorm
build
cd build
vagrant-spk setupvm diy
vagrant-spk vm up
cd ..
./stage.sh
to stage the build files. gfind is gnu find on OS X.vagrant-spk vm ssh
sudo apt-get install g++
/opt/app/.sandstorm
run make dev
To package
sandstorm-keyring
file to /host-dot-sandstorm
sandstorm-pkgdef.capnp
to the correct version (re-stage prior to packaging)/opt/app/.sandstorm
spk pack --keyring=/host-dot-sandstorm/sandstorm-keyring --pkg-def=/opt/app/.sandstorm/sandstorm-pkgdef.capnp:pkgdef /home/vagrant/sandstorm-package.spk && spk verify --details /home/vagrant/sandstorm-package.spk && mv /home/vagrant/sandstorm-package.spk /opt/app/sandstorm-drawio.spk
/opt/app
spk publish -k /host-dot-sandstorm/sandstorm-keyring sandstorm-drawio.spk