2018-10-25 00:14:38 +01:00
|
|
|
# Gateway
|
|
|
|
|
|
|
|
Documentation for developing and building the gateway service
|
|
|
|
|
|
|
|
Usage:
|
|
|
|
|
|
|
|
First make an identity:
|
|
|
|
```
|
|
|
|
go install storj.io/storj/cmd/gateway
|
|
|
|
gateway setup
|
|
|
|
```
|
|
|
|
|
2019-05-16 14:04:06 +01:00
|
|
|
You can edit `~/.local/share/storj/gateway/config.yaml` to your liking. Then run it!
|
2018-10-25 00:14:38 +01:00
|
|
|
|
|
|
|
```
|
|
|
|
gateway run
|
|
|
|
```
|