Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible to install via go cli? #32

Closed
lifehome opened this issue Jun 5, 2016 · 3 comments
Closed

Possible to install via go cli? #32

lifehome opened this issue Jun 5, 2016 · 3 comments

Comments

@lifehome
Copy link

lifehome commented Jun 5, 2016

Is it possible to install via go install? Can't really think of why downloading a prebuilt package while go is really fast enough to build on every machine.

@matejkramny
Copy link
Member

Its built with sql migrations & public files (html, css, js) all bundled into the binary. It isn't done with go install unless it was checked into git.

Its using go-bindata to package it

@matejkramny
Copy link
Member

It'll need some restructuring to be able to do installs without pre-packaging..

@matejkramny
Copy link
Member

matejkramny commented Feb 13, 2017

Ignore the above comment. I got confused between projects.

You can install via go install but you have to install the cli package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants