storj/cmd/gateway
Matt Robinson a5af25c9c2
Limit Jenkins to only one build at a time (#885)
* Fix docker images, again

* Limit jenkins to only one build of a branch at a time
2018-12-17 11:54:32 -05:00
..
Dockerfile Limit Jenkins to only one build at a time (#885) 2018-12-17 11:54:32 -05:00
entrypoint Limit Jenkins to only one build at a time (#885) 2018-12-17 11:54:32 -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