storj/cmd/gateway
2018-12-04 16:10:23 -05:00
..
Dockerfile Attempt at fixing the all-in-one environment (#736) 2018-12-04 16:10:23 -05:00
entrypoint Attempt at fixing the all-in-one environment (#736) 2018-12-04 16:10:23 -05:00
main.go split gateway from uplink 2018-10-25 15:01:44 -06:00
README.md split gateway from uplink 2018-10-25 15:01:44 -06:00

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