A cross platform file hosting service, that allows you to "box up" and retrieve files from a central file.
For the full explanation on why this project exists see here
You can download the binary for your os from the Releases page of this repo.
To build locally please see below.
You will need to download the Go binaries for your OS. visit https://golang.org/dl/ to download the correct binaries.
Once you have this installed and have tested its working (see here), you can begin to install BoxUp.
To get the client executable, simply enter go install github.com/chris-greaves/boxup/boxup
into a terminal. This will pull down the code and build it.
Providing that your environment is setup correctly, you should see the boxup executable in the bin folder of your first directory on GOPATH.
To get the client executable, simply enter go install github.com/chris-greaves/boxup/boxup-server
into a terminal. This will pull down the code and build it.
Providing that your environment is setup correctly, you should see the boxup-server executable in the bin folder of your first directory on GOPATH.
Once this file exists, you can run it and it will start hosting the boxup service for any boxup CLIs to connect to.