cd51787827
Change-Id: I7504a630cb85539750e32780c1c2347742a9c9c4 Reviewed-on: https://review.gerrithub.io/430644 Reviewed-by: Kaloyan Raev <kaloyan@storj.io> Tested-by: Kaloyan Raev <kaloyan@storj.io>
19 lines
303 B
Markdown
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
|
|
```
|