several small improvements

This commit is contained in:
Remco
2014-10-16 20:48:07 +02:00
parent bbc5bcc7e9
commit bb4c95919f
5 changed files with 42 additions and 6 deletions

View File

@@ -36,10 +36,29 @@ $ transfer test.txt
## Development
- grunt serve
- grunt build
```
npm install
bower install
- sh transfer-server/run.sh
go get github.com/PuerkitoBio/ghost/handlers
go get github.com/gorilla/mux
go get github.com/dutchcoders/go-clamd
go get github.com/goamz/goamz/s3
go get github.com/goamz/goamz/aws
go get github.com/golang/gddo/httputil/header
go get github.com/kennygrant/sanitize
grunt serve
grunt build
sh transfer-server/run.sh
```
## Build
```
go build *.go -o transfersh-server
```
## Contributions