Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sandstorm-io/collections-app
Sandstorm app for aggregating grains into a group
https://github.com/sandstorm-io/collections-app
Last synced: 7 days ago
JSON representation
Sandstorm app for aggregating grains into a group
- Host: GitHub
- URL: https://github.com/sandstorm-io/collections-app
- Owner: sandstorm-io
- License: mit
- Created: 2016-06-24T20:03:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T15:22:10.000Z (about 2 months ago)
- Last Synced: 2024-09-17T19:18:47.854Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 417 KB
- Stars: 25
- Watchers: 7
- Forks: 10
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rust-cn - Sandstorm Collections App
- awesome-rust - Sandstorm Collections App
- awesome-rust-zh - Sandstorm Collections App
- awesome-rust - Sandstorm Collections App
README
# Sandstorm Collections App
This is an app that runs on [Sandstorm](https://sandstorm.io).
Its purpose is to aggregate a group of
[grains](https://docs.sandstorm.io/en/latest/using/security-practices/#fine-grained-isolation)
so that they can be shared as a single unit.You can install it from the Sandstorm App Market
[here](https://apps.sandstorm.io/app/s3u2xgmqwznz2n3apf30sm3gw1d85y029enw5pymx734cnk5n78h).## Developing
You will need:
- A recent build of [Cap'n Proto](https://github.com/sandstorm-io/capnproto) from the master branch,
installed such that the `capnp` executable is on your PATH.
- A [dev install of Sandstorm](https://docs.sandstorm.io/en/latest/developing/raw-packaging-guide/)
- [Rust](https://rust-lang.org)
- [Node](https://nodejs.org) and [NPM](https://www.npmjs.com/)```
$ npm install
$ make dev
```