Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thermondo/heroku-buildpack-structurizr
Install Structurizr on Heroku
https://github.com/thermondo/heroku-buildpack-structurizr
Last synced: about 1 month ago
JSON representation
Install Structurizr on Heroku
- Host: GitHub
- URL: https://github.com/thermondo/heroku-buildpack-structurizr
- Owner: thermondo
- License: apache-2.0
- Created: 2023-02-17T09:28:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T07:29:12.000Z (10 months ago)
- Last Synced: 2024-04-16T01:57:46.761Z (9 months ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# heroku-buildpack-structurizr
This is a [Heroku buildpack][buildpacks] to run [Structurizr lite][structurizr-lite] within a dyno.### Setup
```shell
heroku buildpacks:add https://github.com/thermondo/heroku-buildpack-structurizr
```### How does it work?
* It depends on the heroku/jvm buildpack being added beforehand as well.
* It downloads the structurizr war file and puts it into the home directory of the dyno so that you can run it in your dyno.To run structurizr in a web process you would need to do the following `web: java -Dserver.port=${PORT} -jar structurizr-lite.war .` and then the home directory of the dyno would be the workspace.
[buildpacks]: http://devcenter.heroku.com/articles/buildpacks
[structurizr-lite]: https://structurizr.com/help/lite