You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current makefile assumes you're developing on a mac, that all your clients will also be macs and that your server is going to be ubuntu (or at least debian) based.
I propose we simplify it and allow it to be more flexible, by ensuring the following:
We should be able to build and use hologram just by doing "go get github.com/AdRoll/hologram/..."
The build process should be as standard as possible (even getting rid of the dependency for gox, if we can just cross-compile by setting GOOS or using a docker container) so all binaries appear in the expected places.
Use our makefile (or rake or whatever) to build rpm/deb/pkg packages for both client and server on demand (but there's no point on building all packages when doing "make")
The text was updated successfully, but these errors were encountered:
Our current makefile assumes you're developing on a mac, that all your clients will also be macs and that your server is going to be ubuntu (or at least debian) based.
I propose we simplify it and allow it to be more flexible, by ensuring the following:
The text was updated successfully, but these errors were encountered: