Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Deployment

Farshid Tavakolizadeh edited this page Jul 22, 2020 · 3 revisions

Docker

docker run -p 8082:8082 linksmart/sc

The index of the REST API should now be accessible at: http://localhost:8082

Custom configuration

For a configuration file located at /path/on/host/service-catalog.json

docker run -p 8082:8082 -v  /path/on/host:/conf linksmart/sc -conf /conf/service-catalog.json

Binary Distributions

Available for released versions and for multiple platforms: https://github.com/linksmart/service-catalog/releases

Download and run:

./service-catalog-<os-arch> --help

On Linux and macOS, it needs to have execution permission. E.g. chmod +x service-catalog-<os-arch>

Clone this wiki locally