2018-08-24 17:22:24 +01:00
|
|
|
# Uplink
|
|
|
|
|
2019-03-05 07:54:49 +00:00
|
|
|
Documentation for developing and building the uplink service.
|
2018-08-24 17:22:24 +01:00
|
|
|
|
|
|
|
Usage:
|
|
|
|
|
|
|
|
First make an identity:
|
|
|
|
```
|
2019-03-05 07:54:49 +00:00
|
|
|
go install storj.io/storj/cmd/identity
|
|
|
|
identity create uplink
|
|
|
|
```
|
|
|
|
|
|
|
|
Then setup the uplink:
|
|
|
|
```
|
2018-08-24 21:02:42 +01:00
|
|
|
go install storj.io/storj/cmd/uplink
|
|
|
|
uplink setup
|
2018-08-24 17:22:24 +01:00
|
|
|
```
|
|
|
|
|
2019-05-16 14:04:06 +01:00
|
|
|
You can edit `:~/.local/share/storj/uplink/config.yaml` to your liking. Then run it!
|
2018-08-24 17:22:24 +01:00
|
|
|
|
|
|
|
```
|
2019-05-16 14:04:06 +01:00
|
|
|
uplink ls
|
2018-08-24 17:22:24 +01:00
|
|
|
```
|