https://github.com/eveld/fermyon-installer
https://github.com/eveld/fermyon-installer
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eveld/fermyon-installer
- Owner: eveld
- Archived: true
- Created: 2022-06-24T15:45:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T17:01:00.000Z (almost 3 years ago)
- Last Synced: 2025-02-14T20:57:13.403Z (3 months 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
```