2018-08-24 17:22:24 +01:00
|
|
|
# Uplink
|
|
|
|
|
|
|
|
Documentation for developing and building the uplink service
|
|
|
|
|
|
|
|
Usage:
|
|
|
|
|
|
|
|
First make an identity:
|
|
|
|
```
|
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
|
|
|
```
|
|
|
|
|
2018-08-24 21:02:42 +01:00
|
|
|
You can edit `~/.storj/uplink/config.yaml` to your liking. Then run it!
|
2018-08-24 17:22:24 +01:00
|
|
|
|
|
|
|
```
|
2018-08-24 21:02:42 +01:00
|
|
|
uplink run
|
2018-08-24 17:22:24 +01:00
|
|
|
```
|