storj/cmd/satellite
Cameron 1403b15cc7
payments accesses database directly (#1135)
* move payments command into satellite/main.go

* flag for db connection string in paymentsCmd

* refactor payments to satellite subcommand

* reports command, add payments arg descriptions

* report data prints to stdout unless --out is set

* fix small error in csv columns
2019-01-30 16:44:50 -05:00
..
Dockerfile Fix detection of existing config in docker images (#929) 2018-12-21 11:56:57 -05:00
entrypoint fixing entrypoint script looking for invalid flag (#1147) 2019-01-28 07:53:16 -05:00
main.go payments accesses database directly (#1135) 2019-01-30 16:44:50 -05:00
payments.go payments accesses database directly (#1135) 2019-01-30 16:44:50 -05:00
README.md hc to satellite rename (#282) 2018-08-29 14:32:41 -04:00
satellite.yaml hc to satellite rename (#282) 2018-08-29 14:32:41 -04:00

Satellite

Documentation for developing and building the satellite service

Usage:

First make an identity:

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

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

satellite run