storj/cmd/satellite
Yingrong Zhao 3b49d3cddf satellite: remove referral program related code
This PR removes all back-end related referral program code including the
marketing portal.

We will have a separate PR for front-end code and database migration to
drop `offers` and `usercredits` table

Change-Id: If59f952cddfe0558a7dc03a0eac7cc1081517f88
2021-02-08 13:52:50 +00:00
..
reports Allow for DB application names per process. (#3983) 2020-12-04 11:24:39 +01:00
admin.go Allow for DB application names per process. (#3983) 2020-12-04 11:24:39 +01:00
api.go cmd/satellite: Allow core & API without live accounting cache 2021-01-19 15:53:06 +01:00
billing.go Allow for DB application names per process. (#3983) 2020-12-04 11:24:39 +01:00
compensation.go satellite/compensation: add total-paid and total-distributed to invoices 2021-02-02 18:14:31 +00:00
Dockerfile satellite: remove referral program related code 2021-02-08 13:52:50 +00:00
entrypoint cmd/satellite: clean up entrypoint (#3910) 2020-06-22 21:06:31 +02:00
gc.go Allow for DB application names per process. (#3983) 2020-12-04 11:24:39 +01:00
gracefulexit.go cmd/satellite: Add command for GE data cleanup 2021-02-01 17:30:58 +00:00
main.go satellite/orders: Delete unused methods & DB tables 2021-02-01 18:01:29 +00:00
output.go satellite: compensation package and commands 2020-03-30 14:08:14 -06:00
README.md hc to satellite rename (#282) 2018-08-29 14:32:41 -04:00
repairer.go Allow for DB application names per process. (#3983) 2020-12-04 11:24:39 +01:00
satellite.yaml all: fix comments about grpc 2020-05-11 13:05:34 +03:00
usage.go Allow for DB application names per process. (#3983) 2020-12-04 11:24:39 +01: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