storj/cmd/satellite
Jennifer Li Johnson 5395ff5fe6
Refactor accountingdb interface (#1897)
* splits accounting db into storagenodeaccounting and projectaccounting interfaces and renames methods to match
2019-05-10 15:05:42 -04:00
..
Dockerfile Clean up the satellite image (#1768) 2019-04-16 17:06:59 -04:00
entrypoint Adding dockerfile for running the web UI for Satellite (#1366) 2019-02-28 13:18:53 -07:00
main.go hopefully sensible satellite defaults (#1888) 2019-05-07 10:44:47 -04: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
usage.go Refactor accountingdb interface (#1897) 2019-05-10 15:05:42 -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