storj/cmd/satellite
Michal Niewrzal 44a6cfa1c1
Initial satellite master database setup (#735)
* Initial satellite master database setup

* fixed unsed ctx and /nolint added for temp change

* tests for two db drivers + connection param renamed
2018-12-05 10:35:50 +01:00
..
Dockerfile Attempt at fixing the all-in-one environment (#736) 2018-12-04 16:10:23 -05:00
entrypoint A bunch of small fixes to make OPsy things better (#346) 2018-09-12 11:02:53 -04:00
main.go Initial satellite master database setup (#735) 2018-12-05 10:35:50 +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