storj/cmd/satellite
Michal Niewrzal f0662675bc
Add '--dir' param for all CLI parts (replace --base-path) (#833)
* Add '--dir' param for all CLI parts (replace --base-path)

* FindDirParam method moved

* fix compilation error

* make param global

* remove unused fields

* rename param

* remove config flag

* goimports
2018-12-14 22:14:59 +01:00
..
Dockerfile Better transport tests (#849) 2018-12-14 12:44:48 +02:00
entrypoint Better transport tests (#849) 2018-12-14 12:44:48 +02:00
main.go Add '--dir' param for all CLI parts (replace --base-path) (#833) 2018-12-14 22:14:59 +01: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