storj/cmd/gateway
Marc Schubert 0531d11434 Bd/doc text2 (#1973)
Correcting old path to the new one

uplink run is not a valid command, ls is.

the gateway does not share the config file with uplink!
2019-05-16 15:04:06 +02:00
..
Dockerfile Divide uplink and gateway params set (#1026) 2019-02-04 16:50:06 +01:00
entrypoint Remove PointerDB client (#1520) 2019-03-22 11:01:49 +02:00
main.go Remove UseIdentity and IdentityVersion from libuplink volatile config (#1935) 2019-05-10 14:17:58 +03:00
README.md Bd/doc text2 (#1973) 2019-05-16 15:04:06 +02:00

Gateway

Documentation for developing and building the gateway service

Usage:

First make an identity:

go install storj.io/storj/cmd/gateway
gateway setup

You can edit ~/.local/share/storj/gateway/config.yaml to your liking. Then run it!

gateway run