Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eveld/fermyon-installer
https://github.com/eveld/fermyon-installer
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eveld/fermyon-installer
- Owner: eveld
- Created: 2022-06-24T15:45:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T17:01:00.000Z (over 2 years ago)
- Last Synced: 2023-03-13T10:55:30.279Z (almost 2 years ago)
- Language: HCL
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prerequisites
- docker
- shipyard ([setup](https://shipyard.run/docs/install))## Spin up the environment
```shell
shipyard run github.com/eveld/fermyon-installer
```## Get the endpoints for consul, nomad, traefik
```shell
shipyard env
```## Clean up the environment
```shell
shipyard destroy
```