NeowayLabs / neosearch

Full Text Search Library
30 stars 4 forks source link

Change dev env #9

Closed i4ki closed 9 years ago

i4ki commented 9 years ago

@katcipis What do you think about that?

The chmod and chown in the Makefile are needed because docker will create the built neosearch/neosearch binary with incorrect user UID and GID ...

But in this way we can build the library and binaries inside docker and use it in the host machine.

i4ki commented 9 years ago

Yes...The sudoing is unnecessary. I can remove them. But ignore this PR, I'll close them.

I started inspecting the docker build system workflow. It's really cool ! We need something similar in neosearch.

I still don't understand how they create the bundles directories. Do you can create something similar for us? My only requirement is an easy way to get the output binaries generated inside the container. I have no problem with COPY, can be that way. `

katcipis commented 9 years ago

I hope to do some work on it during this week ;-). I think we will have something really cool soon :D