18 lines
241 B
Markdown
18 lines
241 B
Markdown
|
# Gateway
|
||
|
|
||
|
Documentation for developing and building the gateway service
|
||
|
|
||
|
Usage:
|
||
|
|
||
|
First make an identity:
|
||
|
```
|
||
|
go install storj.io/storj/cmd/gw
|
||
|
gw setup
|
||
|
```
|
||
|
|
||
|
You can edit `~/.storj/gw/config.yaml` to your liking. Then run it!
|
||
|
|
||
|
```
|
||
|
gw run
|
||
|
```
|