storj/cmd/gateway/README.md
JT Olio cd51787827 split gateway from uplink
Change-Id: I7504a630cb85539750e32780c1c2347742a9c9c4
Reviewed-on: https://review.gerrithub.io/430644
Reviewed-by: Kaloyan Raev <kaloyan@storj.io>
Tested-by: Kaloyan Raev <kaloyan@storj.io>
2018-10-25 15:01:44 -06:00

19 lines
303 B
Markdown

# Gateway
Documentation for developing and building the gateway service
Usage:
First make an identity:
```
go install storj.io/storj/cmd/gateway
gateway setup
```
The gateway shares the uplink config file.
You can edit `~/.storj/uplink/config.yaml` to your liking. Then run it!
```
gateway run
```