Re: Progress report on containerizing Fineract CN

2018-11-07 Thread Courage Angeh
Hi James, The sanbox would be preferable when orchestrating a simple and lighter application. It will be better to set-up the system on Google Container Engine. And, you should know the code to orchestrate Fineract CN using Kubernetes isn't ready yet. I'd recommend you use a VM with more space, Li

Re: Progress report on containerizing Fineract CN

2018-11-07 Thread James Dailey
Thanks Courage - and I'm getting up to speed on those Mac OS cloud starts. My assumption is that I am: * Following the build instructions but "translated" to one of the cloud instances * Deploying the build into a docker container * Optionally and in the future, could deploy each microservice into

Re: Progress report on containerizing Fineract CN

2018-11-06 Thread Courage Angeh
Hi James, This instructions, https://cwiki.apache.org/confluence/display/FINERACT/Install+and+configure+kubectl+and+Google+Cloud+SDK+on+ubuntu+16.04, outlines the steps to setup your environment for Google Container Engine on Linux - Ubuntu. I wrote the setup guide for Ubuntu because thats what I

Re: Progress report on containerizing Fineract CN

2018-11-05 Thread James Dailey
Hi Courage Thanks for all this. I was trying to build the project (fineract-CN) on my mac, but it seems I need more memory. In any case, my end goal is to get this up and running on a hosted service like Google. Should I still follow https://cwiki.apache.org/confluence/display/FINERACT/Containe

Re: Progress report on containerizing Fineract CN

2018-10-13 Thread Courage Angeh
Hi guys, I have updated the script used to provision the services after start-up. I have broken the code into functions. each function performs a specific task. As of now, all the services provision successfully. I am still to implement the function to create the chart of accounts after provisioni

Re: Progress report on containerizing Fineract CN

2018-10-05 Thread Isaac Kamga
Hello Courage, Thanks for updating the community on your progress with containerization of Fineract CN. James, I guess Courage used Ubuntu because she it's her default system for development and there were limited Cloud resources for her to experiment with other distros. Graham, when you're done

Re: Progress report on containerizing Fineract CN

2018-10-04 Thread Ebenezer Graham
Yes, I have integrated it into the demo-server. However, I am refactoring the authentication process at the moment. Is that a problem? It is currently using a notifications user to authenticate, however, in the next PR to the Demo server it will be using an auth style similar to rhythm. *At your

Re: Progress report on containerizing Fineract CN

2018-10-04 Thread James Dailey
Hi Courage - for performance reasons I wonder if Alpine would be better than Ubuntu as the docker base. On Oct 4, 2018 6:19 AM, "Courage Angeh" wrote: Okay, yea. I can do that if you have successfully intergrated the notification microservice on demo-server. Nevetheless if you haven't, we can al

Re: Progress report on containerizing Fineract CN

2018-10-04 Thread Courage Angeh
Okay, yea. I can do that if you have successfully intergrated the notification microservice on demo-server. Nevetheless if you haven't, we can always add that anytime, with just a few lines of code. On Thu, Oct 4, 2018, 6:37 AM Ebenezer Graham wrote: > Hi Courage, > > Can you make provision for

Re: Progress report on containerizing Fineract CN

2018-10-03 Thread Ebenezer Graham
Hi Courage, Can you make provision for the notification service as well. On Thu, 4 Oct 2018, 07:50 Courage Angeh, wrote: > Hello Guys, > > I am starting this new thread so that it can be used to monitor the > progress in containerizing Fineract CN. > > I have written the documentation > < > htt

Progress report on containerizing Fineract CN

2018-10-03 Thread Courage Angeh
Hello Guys, I am starting this new thread so that it can be used to monitor the progress in containerizing Fineract CN. I have written the documentation needed to set up the desired environment. I will update the do