https://github.com/vsoch/rize-orb
a CircleCI orb to use {rize} to build a container with a shiny application
https://github.com/vsoch/rize-orb
circleci docker orb rize shiny
Last synced: 9 months ago
JSON representation
a CircleCI orb to use {rize} to build a container with a shiny application
- Host: GitHub
- URL: https://github.com/vsoch/rize-orb
- Owner: vsoch
- License: bsd-3-clause
- Created: 2019-03-09T20:55:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-09T21:28:39.000Z (over 7 years ago)
- Last Synced: 2025-03-22T20:29:43.345Z (over 1 year ago)
- Topics: circleci, docker, orb, rize, shiny
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rize Orb
This is the [Circle CI Orb](https://circleci.com/orbs/registry/) to
generate a rize (shiny application) in a Docker container.
Please see the [published orb](https://circleci.com/orbs/registry/orb/vanessa/rize)
to get the latest version, or look into the [VERSION](VERSION) file here.
The documentation will state 1.0.0 but we are beyond that version.
## Development
Before this Orb was used / tested with CircleCI, I needed to [install](https://circleci.com/docs/2.0/creating-orbs/)
the CircleCI client, and then validate it locally:
```bash
$ circleci orb validate src/orb.yml
```
and then create the namespace:
```bash
circleci orb create vanessa/rize
```
and also deployed a development alpha version
```bash
$ circleci orb publish src/orb.yml vanessa/rize@dev:alpha
```
For a vanilla CircleCI configuration (without the Orb) see [here](https://github.com/vsoch/rize-circle).