github.com/hellofresh/janus@v0.0.0-20230925145208-ce8de8183c67/docs/install/README.md (about) 1 # Installation 2 3 You can install Janus using docker or manually deploying the binary. 4 5 ### Docker 6 7 The simplest way of installing janus is to run the docker image for it. Just check the [docker-compose.yml](/examples/front-proxy/docker-compose.yml) example and then run it. 8 9 ```sh 10 docker-compose up -d 11 ``` 12 13 Now you should be able to get a response from the gateway. 14 15 Try the following command: 16 17 ```sh 18 http http://localhost:8080/ 19 ``` 20 21 You can find more details about how to use Janus docker image [here](docker.md). 22 23 ### Manual 24 25 You can get the binary and play with it in your own environment (or even deploy it where ever you like). 26 Just go to the [releases](https://github.com/hellofresh/janus/releases) page and download the latest one for your platform.