Skip to content

A cross-platform directory hosting service, that allows you to box up and send the contents of a directory anywhere.

Notifications You must be signed in to change notification settings

Chris-Greaves/boxup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BoxUp

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

Installation

You can download the binary for your os from the Releases page of this repo.

To build locally please see below.

Pre-requisite

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.

Installing Client

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.

Installing Server

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.

About

A cross-platform directory hosting service, that allows you to box up and send the contents of a directory anywhere.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages