Unverified Commit b49c570c authored by santiaago's avatar santiaago Committed by GitHub
Browse files

Merge pull request #104 from taironas/fix-buildpack

Fix buildpack
parents e56b0363 1b491ae2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
web: app-backend
web: tinygraphs
+11 −8
Original line number Diff line number Diff line
@@ -227,12 +227,10 @@ Third parties
Installation
======

    cd $GOPATH/src
    go get github.com/ajstarks/svgo
    go get github.com/taironas/route
    go get github.com/taironas/tinygraphs
    cd $GOPATH/src/github.com/taironas/tinygraphs
    go get ./app-backend
    glide install
    go build
    export PORT=8080

Run App
@@ -240,29 +238,34 @@ Run App

    > pwd
    $GOPATH/src/github.com/taironas/tinygraphs
    > app-backend
    > tinygraphs
    2014/11/19 22:23:57 Listening on 8080

Build
======
    >cd $GOPATH/src/github.com/tinygraphs
    >go get ./app-backend
    >go build

Test locally
=============

**option 1:**

    > app-backend
    > tinygraphs
    2014/12/07 00:35:02 Listening on 8080

**option 2:**

If you have heroku install you should be able to run

    > foreman start
    > heroku local
    00:37:38 web.1  | started with pid 5762
    00:37:38 web.1  | 2014/12/07 00:37:38 Listening on 8080

**option 3:**

    > go test ./...

Deploy
=======

glide.lock

0 → 100644
+8 −0
Original line number Diff line number Diff line
hash: 47a9afac39dd2f2983971ef4487f5e11e0a9067a87bcbb305f20ddcab13e84c7
updated: 2018-04-13T22:53:12.703089809+01:00
imports:
- name: github.com/ajstarks/svgo
  version: 644b8db467afccf19a0692a3e31a1868e4287ab8
- name: github.com/taironas/route
  version: b919c49c73f1f4f14f178921d1101ca942628122
testImports: []

glide.yaml

0 → 100644
+4 −0
Original line number Diff line number Diff line
package: github.com/taironas/tinygraphs
import:
- package: github.com/ajstarks/svgo
- package: github.com/taironas/route
+0 −0

File moved.

Loading