From 32438bcfbca3c797bd5faba2dcc8566479af92e6 Mon Sep 17 00:00:00 2001 From: Sarmad Sangi Date: Thu, 10 Mar 2016 00:31:44 +0800 Subject: [PATCH 1/3] Updated readme for dockers build --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47849f3..3430033 100644 --- a/README.md +++ b/README.md @@ -282,8 +282,12 @@ Contributions are welcome. ### Building -There's a Vagrant file set up to ease development. After you have the -Vagrant box set up, cd to the /vagrant directory and run `make`. +There's a Dockerfile set up to ease development. After you have the +Docker set up [Docker Installation](https://docs.docker.com/engine/installation/mac/), run following from root directory of this repository, + +1. `docker build -f Dockerfile .` (Copy image id after build is complete) +2. `docker run --publish 8080:8080 [IMAGE ID] config.json` +3. Hit `localhost:8080\your_route\path_to_image.jpg` ### Notes From 38f78adbef82d52973c00195d5b70dd4d6718111 Mon Sep 17 00:00:00 2001 From: Sarmad Sangi Date: Thu, 10 Mar 2016 01:57:31 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3430033..0ab3bb6 100644 --- a/README.md +++ b/README.md @@ -287,7 +287,7 @@ Docker set up [Docker Installation](https://docs.docker.com/engine/installation/ 1. `docker build -f Dockerfile .` (Copy image id after build is complete) 2. `docker run --publish 8080:8080 [IMAGE ID] config.json` -3. Hit `localhost:8080\your_route\path_to_image.jpg` +3. Hit `[VIRTUALBOX_IP]:8080\your_route\path_to_image.jpg` ### Notes From 8563ebb724b30bfd8c2fc4e66b4b104c537842a0 Mon Sep 17 00:00:00 2001 From: Sarmad Sangi Date: Mon, 21 Mar 2016 14:14:19 +0800 Subject: [PATCH 3/3] update s3 lib path --- halfshell/source_s3.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/halfshell/source_s3.go b/halfshell/source_s3.go index d95bdeb..c717ade 100644 --- a/halfshell/source_s3.go +++ b/halfshell/source_s3.go @@ -28,7 +28,7 @@ import ( "strings" "time" - "github.com/oysterbooks/s3" + "github.com/rafikk/s3" ) const (