storj/cmd/uplink
Matt Robinson 0a78e741ec
Build and upload binaries (#296)
* First pass at building binaries

* Finished building images

* Reworked some bits to save binaries in a better place.

* First pass at uploading binaries

* Builds for freebsd fail currently

* Add ignore file for docker builds to not invalidate the cache as often

* Docker image for 1.11-alpine exists now

* Name windows binaries correctly

* The makefile is used in tests.

* Take a swing at updating the tests for 1.11

* Switch to something with glibc so the race detector works.

* Remove unused .PHONY targets
2018-08-31 11:21:44 -04:00
..
Dockerfile Build and upload binaries (#296) 2018-08-31 11:21:44 -04:00
entrypoint uplink: make ul/uplink consistent (#286) 2018-08-24 14:02:42 -06:00
main.go Enable more linters (#272) 2018-08-27 11:28:16 -06:00
README.md uplink: make ul/uplink consistent (#286) 2018-08-24 14:02:42 -06:00

Uplink

Documentation for developing and building the uplink service

Usage:

First make an identity:

go install storj.io/storj/cmd/uplink
uplink setup

You can edit ~/.storj/uplink/config.yaml to your liking. Then run it!

uplink run